mvImputation {DAPAR}R Documentation

Missing values imputation from a matrix

Description

This method is a wrapper to the imputeLCMD package adapted to a matrix.

Usage

mvImputation(qData, method)

Arguments

qData

A dataframe that contains quantitative data.

method

The imputation method to be used. Choices are QRILC, KNN, BPCA and MLE.

Value

The matrix imputed

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
qData <- Biobase::exprs(Exp1_R25_pept)[1:1000]
mvImputation(qData, "MLE")

[Package DAPAR version 1.12.11 Index]