-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 976 Bytes
/
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
Package: gspcr
Title: Generalized Supervised Principal Component Regression
Version: 0.9.5
Authors@R:
person("Edoardo", "Costantini", , "costantini.edoardo@yahoo.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9581-9913"))
Description: Generalization of supervised principal component regression (SPCR;
Bair et al., 2006, <doi:10.1198/016214505000000628>) to support continuous,
binary, and discrete variables as outcomes and predictors
(inspired by the 'superpc' R package <https://cran.r-project.org/package=superpc>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
lmtest,
patchwork,
rmarkdown,
superpc,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
Imports:
dplyr,
FactoMineR,
ggplot2,
MASS,
MLmetrics,
nnet,
PCAmixdata,
reshape2,
rlang
VignetteBuilder: knitr