dq_pca: Get the eigenvalues of PCA

Description Usage Arguments Value

View source: R/pca.R

Description

Get the eigenvalues of PCA

Usage

1
2
3
4
dq_pca(dat, na.action = stats::na.omit)

## S3 method for class 'dq_pca'
summary(object, cutoffs = c(0.95, 0.975, 0.99), ...)

Arguments

dat

The input data set.

na.action

What to do with NAs.

object

An R object

cutoffs

Cutoffs for percent variance explained.

...

Other arguments.

Value

An object of class "dq_pca": a numeric vector containing eigenvalues.


mayoverse/dq documentation built on March 14, 2020, 1:17 a.m.