Impute | R Documentation |
Title Impute This functions contains different imputation methods and imputes the data with all the different imputation methods
Impute(data, method, local = TRUE, reps)
data |
data matrix with simulated data |
method |
the imputation method Note within replicate methods are preceded by 'R', eg 'RMIN' method=c('RF', 'BPCA', 'QRILC', 'GSIMP', 'RHM','RMEAN', 'RMEDIAN', 'RMIN','RZERO', 'RRF', 'RGSIMP', 'RQRILC','RBPCA','min','halfmin', 'mean', 'median', 'zero') |
local |
a boolean to determine if local rep_impute method is to be used, default to true. |
reps |
the number of replicate groups simulated data that doesn't require log preprocessing. |
results_data the matrix containing the imputed data
imputed_data <- impute(data=miss_data, methods=imputation_methods, local=T, reps=3) #'####################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.