Description Usage Arguments Value
Delete features in the original data with a majority of data missing.
1 |
data |
Original dataset |
col_preserve |
The maximum percentage of number of columns can be deleted due to massive missingness. |
col_pct |
Criterion for column deletion due to massive missingness. If missing percentage is larger than this threshold, delete the corresponding column. |
Returns a list of two elements. "data.new" Returns data after deleting non-informative columns. "misscol" Returns olumns deleted by the procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.