imputeMatrix | R Documentation |
Impute missing values with the mean or median across samples (rows) for every feature (cols).
imputeMatrix(mx, method = "mean")
mx |
A numeric matrix as input. |
method |
Imputation method for missing values (mean or median). |
Imputed matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.