forked from Rjacobucci/regsem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.09 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
Package: regsem
Type: Package
Title: Regularized Structural Equation Modeling
Version: 1.6.2
Author: Ross Jacobucci[aut,cre],
Kevin J. Grimm [ctb],
Andreas M. Brandmaier [ctb],
Sarfaraz Serang [ctb],
Rogier A. Kievit [ctb],
Florian Scharf [ctb],
Xiaobei Li [ctb],
Ai Ye [ctb]
Maintainer: Ross Jacobucci <rcjacobuc@gmail.com>
Description: Uses both ridge and lasso penalties (and extensions) to penalize
specific parameters in structural equation models. The package offers additional
cost functions, cross validation, and other extensions beyond traditional structural
equation models. Also contains a function to perform exploratory mediation (XMed).
License: GPL (>= 2)
LazyData: TRUE
VignetteBuilder: knitr
Depends:
lavaan,
Rcpp,
Rsolnp
Suggests:
snowfall,
markdown,
MASS,
GA,
caret,
glmnet,
ISLR,
lbfgs,
numDeriv,
psych,
knitr,
nloptr,
NlcOptim,
optimx,
semPlot,
colorspace,
plyr,
matrixStats,
stringr
LinkingTo: Rcpp,
RcppArmadillo
RoxygenNote: 7.1.1