fastPca: Derive principal components by SVD

Description Usage Arguments

View source: R/mudan.R

Description

Derive principal components by SVD

Usage

1
fastPca(m, nPcs = 2, tol = 1e-10, scale = FALSE, center = TRUE, ...)

Arguments

m

Matrix X

nPcs

Number of principal components

tol

irlba tol

scale

Scale input

center

Center input

...

Additional parameters to pass to irlba


JEFworks/MUDAN documentation built on June 19, 2021, 6:46 a.m.