
Last chance! 50% off unlimited learning
Sale ends in
The basis.ACP
function decomposes a multivariate data set according to principal components analysis.
basis.ACP(simuls, basis.args = list())
a data.frame of size N x T
, typically a set of N
simulation outputs of length T
.
an empty list of arguments for the PCA decomposition.
a data.frame of size N x T
, containing the coefficients of the PCA decomposition. It is equal to the x
output of function prcomp
.
a matrix of size T x T
. It contains the eigenvectors of the PCA decomposition.
list with the element reduction="pca"
This function uses prcomp
.
# NOT RUN {
data(biomasseY)
res <- basis.ACP(biomasseY)
# }
Run the code above in your browser using DataLab