A virtual S4 class to store the output of a multivariate data analysis.
Slots
datadimensionAn
integergiving the dimension of the solution.singular_valuesA
numericvector giving the singular values.rowsA
MultivariateResultsobject.columnsA
MultivariateResultsobject.extraA
listof extra variables.
Subset
In the code snippets below, x is a MultivariateAnalysis object.
x[[i]]Extracts information from a slot selected by subscript
i.iis a length-onecharactervector.
