This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
forked from michaelhallquist/MplusAutomation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.57 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: MplusAutomation
Type: Package
Title: An R Package for Facilitating Large-Scale Latent Variable Analyses in Mplus
Version: 1.1.1
Date: 2024-01-27
Authors@R: c(person("Michael", "Hallquist", role = c("aut", "cre"),
email = "michael.hallquist@gmail.com"),
person("Joshua", "Wiley", role = "aut",
email = "jwiley.psych@gmail.com"),
person(given = "Caspar", family ="van Lissa", role = "ctb",
email = "c.j.vanlissa@uu.nl"),
person("Daniel", "Morillo", role = "ctb",
email = "danivorillo@gmail.com")
)
Maintainer: Michael Hallquist <michael.hallquist@gmail.com>
Description: Leverages the R language to automate latent variable model estimation
and interpretation using 'Mplus', a powerful latent variable modeling program
developed by Muthen and Muthen (<https://www.statmodel.com>). Specifically, this package
provides routines for creating related groups of models, running batches of
models, and extracting and tabulating model parameters and fit statistics.
License: LGPL-3
URL: https://michaelhallquist.github.io/MplusAutomation/
BugReports: https://github.com/michaelhallquist/MplusAutomation/issues
Depends:
R (>= 3.5.0),
methods
biocViews:
Imports:
utils,
boot,
plyr,
gsubfn,
coda,
xtable,
lattice,
texreg,
pander,
digest,
parallel,
ggplot2,
data.table,
fastDummies,
checkmate
Suggests:
rhdf5,
tcltk,
relimp,
knitr,
testthat (>= 3.0.0),
rmarkdown
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3