basis.ACP {multisensi} | R Documentation |
A function to decompose multivariate data by principal components analysis (PCA)
Description
The basis.ACP
function decomposes a multivariate data set according to principal components analysis.
Usage
basis.ACP(simuls, basis.args = list())
Arguments
simuls |
a data.frame of size |
basis.args |
an empty list of arguments for the PCA decomposition. |
Details
This function uses prcomp
.
Value
H |
a data.frame of size |
L |
a matrix of size |
call.info |
list with the element |
See Also
Examples
data(biomasseY)
res <- basis.ACP(biomasseY)
[Package multisensi version 2.1-1 Index]