View source: R/missing_Eval_functions.R
check.miss | R Documentation |
Title check.miss check the percent missingness. From juuussi/impute-metabo
check.miss(data, percentage = 0.8)
data |
data matrix |
listVar list of 3 vectors MissingVar = vector containing the columns numbers of the data matrix with missing values that are less than 80 ExcludedVar = vector containing the columns numbers of the data matrix with missing values that are more than 80 CompleteVar = vector containing the columns numbers of the data matrix without NAs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.