-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1 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
Package: mxsem
Type: Package
Title: Specify 'OpenMx' Models with a 'lavaan'-Style Syntax
Version: 0.1.0
Authors@R: c(person(given = "Jannik H.", family = "Orzek",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3123-2248")))
Maintainer: Jannik H. Orzek <[email protected]>
Description: Provides a 'lavaan'-like syntax for 'OpenMx' models. The syntax supports
definition variables, bounds, and parameter transformations. This allows for
latent growth curve models with person-specific measurement occasions, moderated
nonlinear factor analysis and much more.
License: GPL (>= 3)
Depends: OpenMx
Imports:
Rcpp (>= 1.0.10),
stats,
methods,
dplyr,
utils
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Encoding: UTF-8
Suggests:
knitr,
rmarkdown
URL: https://jhorzek.github.io/mxsem/, https://github.com/jhorzek/mxsem/
BugReports: https://github.com/jhorzek/mxsem/issues
VignetteBuilder: knitr