powered by
Summary method for an object of class mvPCA.
# S3 method for mvPCA summary(object, loadings = FALSE, cutoff = 0.1, ...)# S3 method for summary.mvPCA print(x, digits = 3, loadings = x$print.loadings, cutoff = x$cutoff, ...)
# S3 method for summary.mvPCA print(x, digits = 3, loadings = x$print.loadings, cutoff = x$cutoff, ...)
'object' with additional components 'cutoff' and 'print.loadings'.
an object to type mvPCA.
mvPCA
logical. Should the loadings be returned.
numeric. Loadings below this cutoff in absolute value are shown as blank in the output.
an object of class "summary.mvPCA".
the number of significant digits to be used in listing of loadings.
arguments to be passed to or from other methods.
Klaus Nordhausen
data(iris) IRIS <- iris[,1:4] iris.pca <- mvPCA(IRIS, "sign", "i") summary(iris.pca, loadings = TRUE)
Run the code above in your browser using DataLab