-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
55 lines (55 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
Package: cpca
Type: Package
Title: Methods to perform Common Principal Component Analysis (CPCA)
Version: 0.2.0
Date: 2016-06-01
Authors@R: c(person("Andrey", "Ziyatdinov",
email = "[email protected]", role = c("aut", "cre")),
person("Samir", "Kanaan-Izquierdo", role = "aut"),
person("Nickolay T.", "Trendafilov", role = "aut"),
person("Alexandre", "Perera-Lluna", role = "aut"))
Maintainer: Andrey Ziyatdinov <[email protected]>
Description: This package contains methods to perform Common Principal
Component Analysis (CPCA). The stepwise method by Trendafilov is implemented
in the current version. Please see Trendafilov (2010), Stepwise estimation
of common principal components, Computational Statistics & Data Analysis,
54(12), 3446-3457, doi:10.1016/j.csda.2010.03.010.
License: GPL (>= 3)
URL: https://github.com/variani/cpca
LazyData: yes
LazyLoad: yes
Depends:
R (>= 3.0.1)
Imports:
methods,
Matrix,
pls,
plyr,
ggplot2,
Rcpp,
RcppParallel
Suggests:
abind,
testthat,
knitr,
rmarkdown,
mclust,
ElemStatLearn,
gridExtra,
pander,
MASS
Collate:
'utils.lib.R'
'RcppExports.R'
'package.R'
'classMethodsS3.R'
'classEigenPower.R'
'classCPCAPower.R'
'eigen.lib.R'
'cpc.lib.R'
'comprcomp.lib.R'
'onUnload.R'
RoxygenNote: 5.0.1
LinkingTo: Rcpp, RcppEigen, RcppParallel
SystemRequirements: GNU make
VignetteBuilder: knitr