Description Usage Arguments Value
This is useful for data that has missing values and for which it makes sense to replace missing values with the median.
Especially useful when used with dplyr::group_by so that you can replace missing values with medians from the same strata.
1 | medReplace(x)
|
x |
The name of the vector for which you want to replace missing values with the median. |
A number.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.