Description Usage Arguments Value
Preparing datas for logistic regression
1 | data_prep_complete(DF, y = colnames(DF)[1], verbose = TRUE, keep = FALSE)
|
DF |
dataframe : the dataframe to clean |
y |
(optional) character : the variable to explain |
verbose |
(optional) logical : TRUE will display some informations in the console |
keep |
(optional) vector : variables part of DF's columns that should not be deleted in the data cleaning process |
data_prep_complete
returns a dataframe ready for a logistic regression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.