View source: R/general_proc_utils.R
ImputeMissingVar | R Documentation |
Replace missing variables by min/mean/median/KNN/BPCA/PPCA/svdImpute.
ImputeMissingVar(mSetObj, method)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
method |
Select the option to replace missing variables, either replacement based on the minimum ("min), the mean ("mean"), or the median ("median") value of each feature columns, or several options to impute the missing values, using k-nearest neighbour ("KNN"), probabilistic PCA ("PPCA"), Bayesian PCA ("BPCA") method, or Singular Value Decomposition ("svdImpute") |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.