Get a matrix with indicating the elements that were missing in the input data. Convenient for estimating imputation performance.
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)])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.