View source: R/dimarDoImputationsR.R
dimarDoImputationsR | R Documentation |
Helper function for DoImputations. Actually applies the imputation functions of various R packages to a quantitative matrix.
dimarDoImputationsR(mtx, method = NULL, lib = NULL)
mtx |
Quantitative matrix |
method |
Imputation method |
lib |
R package of imputation method |
Quantitaive matrix, on which imputation is performed
mtx <- matrix(rnorm(1000),nrow=100)
mtx[sample(c(1:1000),100)] <- NA
I <- dimarDoImputationsR(mtx,'impSeq','rrcovNA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.