.poissonPearsonResidualsPca | R Documentation |
Principal component analysis on Pearson residuals
.poissonPearsonResidualsPca(y, k)
y |
Sparse matrix (can be a matrix, dgCMatrix, or SparseMatrix) |
k |
Number of principal components to return |
List with components:
sdevStandard deviations of principal components
rotationMatrix of variable loadings (i.e., matrix containing the eigenvectors of the covariance/correlation matrix as columns)
xMatrix of rotated data (rotated after applying the transformations specified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.