-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.1 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
Package: prinvars
Type: Package
Title: Principal Variables
Version: 1.0.0
Authors@R: c(
person(
given = "Jan O.",
family = "Bauer",
email = "",
role = c("aut")
),
person(
given = "Ron",
family = "Holzapfel",
email = "[email protected]",
role = c("aut", "cre")
)
)
Description: Provides methods for reducing the number of features within a data set. See Bauer JO (2021) <doi:10.1145/3475827.3475832> and Bauer JO, Drabant B (2021) <doi:10.1016/j.jmva.2021.104754> for more information on principal loading analysis.
License: MIT + file LICENSE
Imports: methods, Rdpack, elasticnet, PMA
RdMacros: Rdpack
Encoding: UTF-8
LazyData: true
URL: https://github.com/Ronho/prinvars
BugReports: https://github.com/Ronho/prinvars/issues
RoxygenNote: 7.2.1
Collate:
'block.R'
'cor.R'
'explained-variance.R'
'get-blocks.R'
'thresholding.R'
'scale.R'
'utils.R'
'pla.R'
'prinvars-package.R'
Suggests:
testthat (>= 3.0.0),
AER
Config/testthat/edition: 3