Overimp main function to call different imputation methods.
Arguments
- data
A data frame with missing values.
- m
The number of imputation.
- p
The extra proportion of missing values.
- test_ratio
The proportion of test set. Default is 0, meaning no test set.
- method
Can be one of the following: "mixgb","mice", and more in the future.
- seed
Random seed.
- ...
Other arguments to be passed into the overimp function.
