find_significant_pcs: Find significant PC's given the eigenvalues.

View source: R/husk.R

find_significant_pcsR Documentation

Find significant PC's given the eigenvalues.

Description

find_significant_pcs finds significant PC's given the eigenvalues.

Usage

find_significant_pcs(S, method = "outlier", n = NULL, d = NULL)

Arguments

S

numeric vector with eigenvalues of covariance matrix, sorted in descending order.

method

optional string specifying method to estimate number of significant PCs

n

optional integer specifying number of rows in the data matrix. Default is NULL

d

optional integer specifying number of columns in the data matrix. Default is NULL

Value

number of significant PCs


CellProfiler/cytominr documentation built on July 2, 2023, 6:19 p.m.