summary.principal_components: Summary for principal component object

Description Usage Arguments Value Examples

View source: R/PCA.R

Description

Summary for principal component object

Usage

1
2
## S3 method for class 'principal_components'
summary(object, ...)

Arguments

object

An object of class "principal_components"

...

generic arguments

Value

A summary providing the weights of each of the components

Examples

1
2
pca_iris <- pca(iris[,-5], FALSE, 0.95)
summary(pca_iris)

eenticott/PCA documentation built on Jan. 10, 2021, 4:40 p.m.