-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 880 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
Package: minvariance
Title: Testing Measurement Invariance
Date: 2021-04-2
Version: 0.0.1
Authors@R: c(
person("Milan", "Wiedemann", email = "milan.wiedemann@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1991-282X")),
person("Urška", "Košir", role = "aut", comment = c(ORCID = "0000-0003-2132-4090"))
)
Description: Helper functions to generate lavaan syntag to test longitudinal measurement invariance.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
lavaan (>= 0.6.2),
dplyr (>= 0.7.4),
tibble (>= 1.4.2),
magrittr (>= 1.5),
rlang (>= 0.1.6),
tidyr (>= 0.8.0),
ggplot2 (>= 2.2.1),
broom (>= 0.5.1),
semPlot (>= 1.1),
stats (>= 3.5.2),
stringr (>= 1.4.0),
purrr (>= 0.3.4)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr