-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.16 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
Package: aimer
Type: Package
Title: Amplified, Initially Marginal, Eigenvector Regression
Version: 0.1.0
Date: 2017-04-05
Authors@R: c(
person("Lei", "Ding", email = "dinglei@indiana.edu", role = "cre"),
person("Daniel", "McDonald", email = "dajmcdon@indiana.edu", role = "aut"))
URL: http://github.com/dajmcdon/aimer
BugReports: http://github.com/dajmcdon/aimer/issues
Description: This package uses the marginal
relationship between predictor variables and a response to identify a small
subset of measurements which appear
relevant for prediction, produce a low-dimensional linear embedding based on this
small subset, and amplify this embedding with information from
the remaining measurements. The goal is to perform principle components regression
(PCR), but in high dimensional settings where the number of measurements
exceeds the number of observations. The technique employed uses some approximation
methods to increase statistical and computational efficiency.
License: GPL
LazyData: true
RoxygenNote: 6.0.1
Imports: irlba,
glmnet,
Rcpp, RcppArmadillo
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr,
rmarkdown, ggplot2
VignetteBuilder: knitr