-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 1010 Bytes
/
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
Package: simstandard
Title: Generate Standardized Data
Version: 0.7.0
Authors@R:
person(given = "W. Joel",
family = "Schneider",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8393-5316"))
Maintainer: W. Joel Schneider <[email protected]>
Description: Creates simulated data from structural equation models with
standardized loading. Data generation methods are described in
Schneider (2013) <doi:10.1177/0734282913478046>.
License: CC0
URL: https://github.com/wjschne/simstandard, https://wjschne.github.io/simstandard/
BugReports: https://github.com/wjschne/simstandard/issues
Depends:
R (>= 3.5.0)
Imports:
lavaan,
magrittr,
mvtnorm,
purrr,
rlang,
stats,
tibble
Suggests:
covr,
dplyr,
forcats,
ggplot2,
knitr,
rmarkdown,
stringr,
testthat,
tidyr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1