-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
89 lines (89 loc) · 3.01 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: cSEM
Title: Composite-Based Structural Equation Modeling
Version: 0.5.0.9000
Date: 2022-11-24
Authors@R: c(person(given = "Manuel E.", family = "Rademaker",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8902-3561")),
person(given = "Florian", family = "Schuberth",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2110-9086")),
person(given = "Tamara", family = "Schamberger",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7845-784X")),
person(given = "Michael", family = "Klesel",
role = c("ctb"),
email = "",
comment = c(ORCID = "0000-0002-2884-1819")),
person(given = "Theo K.", family = "Dijkstra",
role = c("ctb"),
email = ""),
person(given = "Jörg", family = "Henseler",
role = c("ctb"),
email = "",
comment = c(ORCID = "0000-0002-9736-3048")))
Maintainer: Florian Schuberth <[email protected]>
Depends: R (>= 3.5.0)
Description: Estimate, assess, test, and study linear, nonlinear, hierarchical
and multigroup structural equation models using composite-based approaches
and procedures, including estimation techniques such as partial least squares
path modeling (PLS-PM) and its derivatives (PLSc, ordPLSc, robustPLSc),
generalized structured component analysis (GSCA), generalized structured
component analysis with uniqueness terms (GSCAm), generalized canonical
correlation analysis (GCCA), principal component analysis (PCA),
factor score regression (FSR) using sum score, regression or
Bartlett scores (including bias correction using Croon’s approach),
as well as several tests and typical postestimation procedures
(e.g., verify admissibility of the estimates, assess the model fit,
test the model fit etc.).
BugReports: https://github.com/FloSchuberth/cSEM/issues/
URL: https://github.com/FloSchuberth/cSEM/, https://floschuberth.github.io/cSEM/
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
alabama,
cli,
crayon,
expm (>= 0.999-5),
future.apply,
future,
lifecycle,
lavaan,
magrittr,
MASS,
Matrix,
matrixcalc,
matrixStats,
polycor,
progressr,
psych,
purrr,
Rdpack,
rlang,
stats,
symmoments,
TruncatedNormal,
utils
RdMacros: Rdpack, lifecycle
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
Suggests:
dplyr,
tidyr,
knitr,
nnls,
prettydoc,
plotly,
rmarkdown,
rootSolve,
listviewer,
testthat (>= 3.0.0),
ggplot2,
openxlsx,
graphics
Config/testthat/edition: 3
VignetteBuilder: knitr