lol.utils.decomp {lolR} | R Documentation |
A utility to use irlba when necessary
Description
A utility to use irlba when necessary
Usage
lol.utils.decomp(
X,
xfm = FALSE,
xfm.opts = list(),
ncomp = 0,
t = 0.05,
robust = FALSE
)
Arguments
X |
the data to compute the svd of. |
xfm |
whether to transform the variables before taking the SVD.
|
xfm.opts |
optional arguments to pass to the |
ncomp |
the number of left singular vectors to retain. |
t |
the threshold of percent of singular vals/vecs to use irlba. |
robust |
whether to use a robust estimate of the covariance matrix when taking PCA. Defaults to |
Value
the svd of X.
Author(s)
Eric Bridgeford