-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 969 Bytes
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 969 Bytes
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
Package: learnSEM
Type: Package
Title: Learning Tutorials for Structural Equation Modeling
Version: 0.5.1
Authors@R:
person(given = "Erin M.",
family = "Buchanan",
role = "cre",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9689-4189"))
Maintainer: Erin M. Buchanan <[email protected]>
Description: Do you want to learn Structural Equation Modeling in R?
You have come to the right place! You can use these learnr tutorials
to teach yourself SEM in R, along with the lectures, and guided
examples provided.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
lavaan (>= 0.6.7),
semPlot (>= 1.1.2),
learnr (>= 0.10.1),
shiny (>= 1.5.0),
knitr
VignetteBuilder: knitr
Suggests:
mirt,
ltm,
corrplot,
MOTE,
car,
mice,
palmerpenguins,
rio,
psych,
GPArotation,
parameters,
broom
Depends:
R (>= 2.10)
RoxygenNote: 7.3.2