Description Usage Arguments Details Author(s) Examples
Replace NA from a dataframe column
1 | process_na(x)
|
x |
a dataframe column |
The numeric features are replaced by the mean.
Sami Ait Tilat, Afaf Ben Haj, Marie Vachet
1 2 3 4 5 | ## Not run:
data(airquality)
process_na(airquality$Ozone)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.