-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.62 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
Package: penfa
Title: Single- And Multiple-Group Penalized Factor Analysis
Version: 0.1.1
Authors@R:
c(person(given = "Elena",
family = "Geminiani",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5992-9728")),
person(given = "Giampiero",
family = "Marra",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9010-2646")),
person(given = "Irini",
family = "Moustaki",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8371-1251"))
)
Description: Fits single- and multiple-group penalized factor analysis models
via a trust-region algorithm with integrated automatic multiple tuning
parameter selection (Geminiani et al., 2021 <doi:10.1007/s11336-021-09751-8>).
Available penalties include lasso, adaptive lasso, scad, mcp, and ridge.
License: GPL-3
Depends: R(>= 3.5.0)
Imports: MASS, methods, mgcv, GJRM, stats, trust, utils
Suggests: cartography, knitr, plotly, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
URL: https://github.com/egeminiani/penfa
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-15 05:07:58 UTC; egeminiani
Author: Elena Geminiani [aut, cre] (<https://orcid.org/0000-0001-5992-9728>),
Giampiero Marra [aut] (<https://orcid.org/0000-0002-9010-2646>),
Irini Moustaki [aut] (<https://orcid.org/0000-0001-8371-1251>)
Maintainer: Elena Geminiani <[email protected]>