prepare_logistic_reg_data: Logistic Regression Data Preparation

Description Usage Arguments Value Author(s)

View source: R/prepare_logistic_reg_data.R

Description

Data preparation for the "logistic_regression" function.

Usage

1
prepare_logistic_reg_data(train, test, target)

Arguments

train

Dataframe to train

test

Dataframe to test

target

Variable target for logistic regression

Value

Returns the data expected by "logistic_regression" function as a list.

Author(s)

Alberto Almuiña


AlbertoAlmuinha/LogisticRegression documentation built on Jan. 5, 2020, 9:18 a.m.