Description Usage Arguments Value
View source: R/transformations.R
This function is used, when there is too much NA's in
continuous variables and you can't impute them.
This replaces negative values with 'Under0'
, zeros with '0'
,
positive values with 'Over0'
and NA's with 'Missing'
and
factorizes the variable.
1 | trans_classifyNa(df, set)
|
df |
data.frame to transform |
set |
config object |
main object with transformed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.