-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
39 lines (39 loc) · 1.7 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
Package: seminr
Type: Package
Title: Building and Estimating Structural Equation Models
Version: 2.3.1
Date: 2022-06-30
Authors@R: c(person("Soumya", "Ray", email = "[email protected]", role = c("aut", "ths")),
person("Nicholas Patrick", "Danks", email = "[email protected]", role = c("aut","cre")),
person("André", "Calero Valdez", role = "aut", email = "[email protected]"),
person("Juan Manuel Velasquez", "Estrada", role = "ctb"),
person("James", "Uanhoro", role = "ctb", email = "[email protected]"),
person("Johannes", "Nakayama", role = "ctb", email = "[email protected]"),
person("Lilian", "Koyan", role = "ctb", email = "[email protected]"),
person("Laura", "Burbach", role = "ctb", email = "[email protected]"),
person("Arturo Heynar", "Cano Bejar", role = "ctb", email = "[email protected]"),
person("Susanne", "Adler", role = "ctb", email = "[email protected]")
)
Description: A powerful, easy to syntax for specifying and estimating complex
Structural Equation Models. Models can be estimated using Partial
Least Squares Path Modeling or Covariance-Based Structural Equation
Modeling or covariance based Confirmatory Factor Analysis. Methods described in Ray, Danks, and Valdez (2021).
Imports:
parallel,
lavaan,
glue,
knitr,
testthat,
rmarkdown,
DiagrammeR (>= 1.0.6),
DiagrammeRsvg (>= 0.1),
webp
License: GPL-3
Depends: R (>= 3.5.0)
LazyData: TRUE
RoxygenNote: 7.2.0
Enhances: rsvg (>= 2.1),
semPlot,
vdiffr
VignetteBuilder: knitr
Encoding: UTF-8