-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
40 lines (40 loc) · 1.05 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
Encoding: UTF-8
Package: plsVarSel
Type: Package
Title: Variable Selection in Partial Least Squares
Version: 0.9.12
Date: 2024-05-22
Authors@R:
c(person(given = "Kristian Hovde",
family = "Liland",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6468-9423")),
person(given = "Tahir",
family = "Mehmood",
role = c("ctb")),
person(given = "Solve",
family = "Sæbø",
role = c("ctb")))
Description: Interfaces and methods for variable selection in Partial Least
Squares. The methods include filter methods, wrapper methods and embedded
methods. Both regression and classification is supported.
License: GPL (>=2)
URL: https://github.com/khliland/plsVarSel/
BugReports: https://github.com/khliland/plsVarSel/issues/
Depends:
pls
Imports:
grDevices,
graphics,
genalg,
mvtnorm,
bdsmatrix,
MASS,
progress,
parallel,
stats,
praznik
Suggests:
Rmpi
RoxygenNote: 7.3.1