-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
68 lines (68 loc) · 1.87 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: umx
Version: 4.25.0
Date: 2025-01-20
Title: Structural Equation Modeling and Twin Modeling in R
Authors@R: c(
person(c("Timothy", "C."), "Bates" , role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1153-9007")),
person("Nathan" , "Gillespie", role = c("wit"), email = "[email protected]"),
person("Hermine" , "Maes" , role = c("ctb"), email = "[email protected]"),
person(c("Michael", "C."), "Neale" , role = c("ctb"), email = "[email protected]"),
person(c("Joshua", "N.") , "Pritikin" , role = c("ctb"), email = "[email protected]"),
person("Luis" , "De Araujo", role = c("ctb"), email = "[email protected]"),
person("Brenton" , "Wiernik" , role = c("ctb"), email = "[email protected]"),
person("Michael" , "Zakharin" , role = c("wit"), email = "[email protected]")
)
Maintainer: Timothy C. Bates <[email protected]>
License: GPL-3
Language: en-US
Encoding: UTF-8
URL: https://github.com/tbates/umx#readme
Description: Quickly create, run, and report structural equation models, and twin models.
See '?umx' for help, and umx_open_CRAN_page("umx") for NEWS.
Timothy C. Bates, Michael C. Neale, Hermine H. Maes, (2019). umx: A library for Structural Equation and Twin Modelling in R.
Twin Research and Human Genetics, 22, 27-41. <doi:10.1017/thg.2019.2>.
Depends:
R (>= 4.1.0),
OpenMx (>= 2.20.0),
Imports:
cowplot,
DiagrammeR,
ggplot2,
kableExtra,
knitr,
lavaan,
MASS,
Matrix,
methods,
MuMIn,
mvtnorm,
nlme,
polycor,
R2HTML,
RCurl,
scales,
utils,
xtable,
gert,
hrbrthemes,
openxlsx,
paran,
psych,
foreign,
psychTools,
pwr,
rmarkdown
Suggests:
cocor,
devtools,
rhub,
spelling,
testthat,
parallel,
GPArotation
Enhances:
DiagrammeRsvg,
rsvg
BugReports: https://github.com/tbates/umx/issues
LazyData: true
RoxygenNote: 7.3.2