forked from liningtonlab/mvpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.2 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
Type: Package
Package: mvpa
Title: Multivariate pattern analysis in R
Version: 0.1.0
Authors@R:
c(person(given = "Baumeister",
family = "Tim",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8057-7066")),
person(given = "Kvalheim",
family = "Olav",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9432-8776")))
Description: Build validated Projection to Latent Structures regression
(PLS-R) models through Monte Carlo resampling. Identify important
explanatory variables / features, using the target projection on the
validated PLS-R model. Perform covariate projection to interpret the
influence of potential covariates on a chosen response.
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
chemometrics,
dplyr,
fastDummies,
forcats,
ggplot2,
magrittr,
rlang,
stats,
stringr,
tibble,
tidyr,
utils,
tidyselect,
plotly,
grDevices,
RColorBrewer
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3