wasna,pcaRes-method | R Documentation |
Get a matrix with indicating the elements that were missing in the input data. Convenient for estimating imputation performance.
wasna(object, ...)
object |
pcaRes object |
... |
Not used |
A matrix with logicals
Henning Redestig
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.