forked from jslefche/piecewiseSEM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.04 KB
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
Package: piecewiseSEM
Type: Package
Title: Piecewise Structural Equation Modeling
Version: 2.1.0
Date: 2019-12-05
Authors@R: c(
person("Jon", "Lefcheck", role = c("aut", "cre"), email = "[email protected]"),
person("Jarrett", "Byrnes", role = "aut", email = "[email protected]"),
person("James", "Grace", role = "aut", email = "[email protected]")
)
Maintainer: Jon Lefcheck <[email protected]>
Description: Implements piecewise structural equation modeling from a single
list of structural equations, with new methods for non-linear, latent, and
composite variables, standardized coefficients, query-based prediction and
indirect effects. See <http://jslefche.github.io/piecewiseSEM/> for more.
Depends: R (>= 3.5.0)
URL: https://github.com/jslefche/
BugReports: https://github.com/jslefche/piecewiseSEM/issues
Imports:
car,
DiagrammeR,
emmeans,
igraph,
lme4,
MASS,
methods,
nlme
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr