Description Usage Arguments Details Value
Factorizes matrix A
as the product of score and loading matrices
respectively truncated to k
rows and k
columns. Uses the
Nonlinear Iterative Partial Least Squares algorithm to compute principal
components in the presence of missing matrix elements.
1 | nipals_pca(A, k, cleanParam = 0, verbose = TRUE, ...)
|
A |
the matrix to factorize |
k |
the number of factors to compute |
cleanParam |
passed to |
verbose |
report recursive calls and all values of |
... |
Additional parameters will be passed to
|
If NIPALS fails, this function will recursively call itself with decreasing
values of cleanParam
until NIPALS succeeds.
a list containing
the data matrix after any cleaning
a genericFit-class
object
a list of the row and column indexes remaining after cleaning
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.