| MultivariateResults | R Documentation |
An S4 class to store the results of a multivariate data analysis.
namesA character vector specifying the row names.
principalA numeric matrix giving the principal coordinates.
standardA numeric matrix giving the standard coordinates.
contributionsA numeric matrix giving the contributions to the
definition of the dimensions.
cosineA numeric matrix giving the cos^2 values.
distancesA numeric vector giving the distances to centroid.
weightsA numeric vector giving the masses/weights.
supplementA logical vector specifying the supplementary points.
orderAn integer vector giving the original indices of the data
(computation moves all supplementary points at the end of the results).
groupsA character vector specifying the class for each
observation.
N. Frerebeau
Other class:
BootstrapCA-class,
BootstrapPCA-class,
CA-class,
MCA-class,
MultivariateAnalysis,
MultivariateBootstrap,
MultivariateSummary,
PCA-class,
PCOA-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.