View source: R/dimarDoOptimalImputation.R
dimarDoOptimalImputation | R Documentation |
Performs imputation of the quantitative matrix with the given method (optimally selected by DIMA)
dimarDoOptimalImputation(mtx, method, lib = NULL)
mtx |
Quantitative matrix |
method |
Optimal imputation method |
lib |
R package of imputation method |
Imputed matrix
mtx <- matrix(rnorm(1000),nrow=100)
mtx[sample(c(1:1000),100)] <- NA
Imp <- dimarDoOptimalImputation(mtx, 'impSeq')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.