-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: lessSEM
Type: Package
Title: Non-Smooth Regularization for Structural Equation Models
Version: 1.5.7
Authors@R: c(person(given = "Jannik H.", family = "Orzek",
role = c("aut", "cre", "cph"),
email = "jannik.orzek@mailbox.org",
comment = c(ORCID = "0000-0002-3123-2248")))
Maintainer: Jannik H. Orzek <jannik.orzek@mailbox.org>
Description: Provides regularized structural equation modeling
(regularized SEM) with non-smooth penalty functions (e.g., lasso) building
on 'lavaan'. The package is heavily inspired by the
['regsem'](<https://github.com/Rjacobucci/regsem>) and
['lslx'](<https://github.com/psyphh/lslx>) packages.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1.0),
lavaan,
methods
Imports:
Rcpp (>= 1.0.8),
RcppArmadillo,
RcppParallel,
ggplot2,
ggrepel,
tidyr,
stringr,
numDeriv,
utils,
stats,
graphics,
rlang,
mvtnorm
Suggests:
knitr,
plotly,
rmarkdown,
Rsolnp
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel
VignetteBuilder: knitr
SystemRequirements: GNU make, C++17
URL: https://github.com/jhorzek/lessSEM, https://jhorzek.github.io/lessSEM/
BugReports: https://github.com/jhorzek/lessSEM/issues