MultivariateResults {dimensio} | R Documentation |
Multivariate Data Analysis Results
Description
An S4 class to store the results of a multivariate data analysis.
Slots
names
A
character
vector specifying the row names.principal
standard
contributions
A
numeric
matrix
giving the contributions to the definition of the dimensions.cosine
distances
A
numeric
vector giving the distances to centroid.weights
A
numeric
vector giving the masses/weights.supplement
A
logical
vector specifying the supplementary points.order
An
integer
vector giving the original indices of the data (computation moves all supplementary points at the end of the results).groups
A
character
vector specifying the class for each observation.
Author(s)
N. Frerebeau
See Also
Other class:
BootstrapCA-class
,
BootstrapPCA-class
,
CA-class
,
MCA-class
,
MultivariateAnalysis
,
MultivariateBootstrap
,
MultivariateSummary
,
PCA-class
,
PCOA-class
[Package dimensio version 0.14.0 Index]