Learn R Programming

DAPAR (version 1.4.7)

mvImputation: 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

Examples

Run this code
data(UPSpep25)
qData <- Biobase::exprs(UPSpep25)
mvImputation(qData, "QRILC")

Run the code above in your browser using DataLab