-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.79 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: tidySEM
Type: Package
Title: Tidy Structural Equation Modeling
Version: 0.2.7
Authors@R:
c(person(given = c("Caspar", "J."),
family = "van Lissa",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0808-5024")),
person(given = c("Mauricio"),
family = "Garnier-Villarreal",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2951-6647")),
person(given = c("Frank", "C"),
family = "Gootjes",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0639-1001")) )
Description: A tidy workflow for generating, estimating, reporting,
and plotting structural equation models using 'lavaan', 'OpenMx', or
'Mplus'. Throughout this workflow, elements of syntax, results, and graphs
are represented as 'tidy' data, making them easy to customize.
Includes functionality to estimate latent class analyses.
License: GPL (>= 3)
URL: https://cjvanlissa.github.io/tidySEM/
BugReports: https://github.com/cjvanlissa/tidySEM/issues
Depends:
R (>= 4.0.0),
stats,
utils,
OpenMx
Imports:
ggplot2 (>= 3.4.2),
lavaan,
blavaan,
MplusAutomation,
igraph (>= 2.0.0),
psych,
methods,
gtable,
dbscan,
RANN,
Matrix,
bain,
car,
future.apply,
progressr,
nonnest2 (>= 0.5.6)
Suggests:
testthat,
knitr,
rmarkdown,
dplyr,
stringr,
covr,
tidyLPA,
poLCA,
umx,
mclust,
MASS,
scales,
yaml,
formatR,
dagitty,
mice,
ggraph
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
Roxygen: list(markdown = TRUE)