-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 878 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
Package: mxmmod
Type: Package
Title: Measurement Model of Derivatives in 'OpenMx'
Version: 1.1.0
Authors@R: c(
person(
given = 'Kyle D.',
family = 'Husmann',
role = c('aut', 'cre'),
email = '[email protected]'
),
person(given = 'Timothy R.',
family = 'Brick',
role = c('aut'),
email = '[email protected]'
),
person(given = 'Ryne',
family = 'Estabrook',
role = c('aut'),
email = '[email protected]'
)
)
Description: Provides a convenient interface in 'OpenMx' for building
Estabrook's (2015) <doi:10.1037/a0034523> Measurement Model of
Derivatives (MMOD).
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Imports:
OpenMx
Suggests:
knitr,
rmarkdown,
testthat,
tidyverse
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Depends: R (>= 2.10)