Description Usage Arguments Value Author(s) Examples
Get a matrix with indicating the elements that were missing in the input data. Convenient for estimating imputation performance.
1 |
object |
pcaRes object |
... |
Not used |
A matrix with logicals
Henning Redestig
1 2 3 4 | data(metaboliteData)
data(metaboliteDataComplete)
result <- pca(metaboliteData, nPcs=2)
plot(completeObs(result)[wasna(result)], metaboliteDataComplete[wasna(result)])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.