-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 893 Bytes
/
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
Package: PCAtest
Title: Statistical significance of PCA
Version: 0.0.2
Authors@R:
person(given = "Arley",
family = "Camargo",
role = c("aut", "cre"),
email = "arley.camargo@gmail.com",
comment = c(ORCID = "0000-0001-9082-6348"))
Description: PCAtest is an R function that implements permutation-based
statistical tests to evaluate the overall significance of a PCA,
the significance of each PC axis, and the contributions of each
observed variable to the significant axes.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
graphics,
grDevices,
utils,
stats,
MASS
Depends:
R (>= 2.10)
VignetteBuilder: knitr
URL: https://arleyc.github.io/PCAtest/