powered by
## S3 method for class 'mvPCA': summary(object, loadings = FALSE, cutoff = 0.1, ...) ## S3 method for class 'summary.mvPCA': print(x, digits = 3, loadings = x$print.loadings, cutoff = x$cutoff, ...)
mvPCA
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