Description Usage Arguments Value Author(s) References See Also Examples
gets the rank associated with a properly aligned factor matrix.
1 | getQforComp(loadings, tau = 1, verbose = FALSE, quick = FALSE)
|
loadings |
aligned factor matrix. |
tau |
diagonal noise used for KL computations. |
verbose |
if TRUE maximal info is displayed. |
quick |
if TRUE, column norm values are used instead of KL computations (less accurate but faster). |
rank associated with loadings.
Pierrick Bruneau
Bruneau, P., Gelgon, M. and Picarougne, F. (2011) _Component-level aggregation of probabilistic PCA mixtures using variational-Bayes_, Tech Report, http://hal.archives-ouvertes.fr/docs/00/56/72/99/PDF/techrep.pdf.
newMppca mppca
1 | temp <- getQforComp(pcapen[[1]]$wmean[[2]], quick=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.