basis.ACP: A function to decompose multivariate data by principal...

Description Usage Arguments Details Value See Also Examples

Description

The basis.ACP function decomposes a multivariate data set according to principal components analysis.

Usage

1
basis.ACP(simuls, basis.args = list())

Arguments

simuls

a data.frame of size N x T, typically a set of N simulation outputs of length T.

basis.args

an empty list of arguments for the PCA decomposition.

Details

This function uses prcomp.

Value

H

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.

L

a matrix of size T x T. It contains the eigenvectors of the PCA decomposition.

call.info

list with the element reduction="pca"

See Also

prcomp

Examples

1
2

multisensi documentation built on May 2, 2019, 2:14 p.m.