Description Usage Arguments Value
This function replaces <NA> values in a list entry or data frame column with the median
(for numeric columns) or the most frequent mode (for factor columns).
It does the same as na.roughfix
in package randomForest, but does so faster.
1 | tdmPreNAroughfix(object, ...)
|
object |
list or data frame |
... |
additional arguments |
object
, the list or data frame with <NA> values replaced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.