MultivariateAnalysis | R Documentation |
A virtual S4 class to store the output of a multivariate data analysis.
data
A numeric
matrix
.
dimension
An integer
giving the dimension of the solution.
singular_values
A numeric
vector giving the singular values.
rows
A MultivariateResults
object.
columns
A MultivariateResults
object.
extra
A 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.