| MultivariateAnalysis | R Documentation | 
A virtual S4 class to store the output of a multivariate data analysis.
dataA numeric matrix.
dimensionAn integer giving the dimension of the solution.
singular_valuesA numeric vector giving the singular values.
rowsA MultivariateResults object.
columnsA MultivariateResults object.
extraA list of extra variables.
In the code snippets below, x is a MultivariateAnalysis object.
x[[i]]Extracts information from a slot selected by subscript i.
i is a length-one character vector.
N. Frerebeau
Other class: 
BootstrapCA-class,
BootstrapPCA-class,
CA-class,
MCA-class,
MultivariateBootstrap,
MultivariateResults,
MultivariateSummary,
PCA-class,
PCOA-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.