data_prep_complete: Preparing datas for logistic regression

View source: R/dataprep.R

data_prep_completeR Documentation

Preparing datas for logistic regression

Description

Preparing datas for logistic regression

Usage

data_prep_complete(
  DF,
  y = colnames(DF)[1],
  explicatives_matrix,
  verbose = TRUE,
  keep = FALSE
)

Arguments

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

Value

data_prep_complete returns a dataframe ready for a logistic regression


TanguyPerennec/AutostatR documentation built on Oct. 31, 2022, 7:57 a.m.