make_impute | R Documentation |
Create functions that use a function for imputing
make_impute(fun)
make_impute_at(fun)
make_impute_all(fun)
make_impute_if(fun)
make_imputes(.na)
fun |
value or function used for imputing. See Details. |
These functions make mutate-style impute functions using [impute()] and the supplied '.na' argument.
'make_imputes' is a wrapper around the other functions and returns each as a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.