wasna-pcaRes-method: Get a matrix with indicating the elements that were missing...

wasna,pcaRes-methodR Documentation

Get a matrix with indicating the elements that were missing in the input data. Convenient for estimating imputation performance.

Description

Get a matrix with indicating the elements that were missing in the input data. Convenient for estimating imputation performance.

Usage

wasna(object, ...)

Arguments

object

pcaRes object

...

Not used

Value

A matrix with logicals

Author(s)

Henning Redestig

Examples

data(metaboliteData)
data(metaboliteDataComplete)
result <- pca(metaboliteData, nPcs=2)
plot(completeObs(result)[wasna(result)], metaboliteDataComplete[wasna(result)])

hredestig/pcaMethods documentation built on Sept. 30, 2023, 10:38 a.m.