Learn R Programming

MetaboAnalystR (version 2.0.0)

genLogisticRegMdl: Develop a Logistic Regression Model with all of the combined k-fold CV subsets

Description

Develop a Logistic Regression Model with all of the combined k-fold CV subsets

Usage

genLogisticRegMdl(x.train, y.train, x.test, y.test)

Arguments

x.train

Input the X training set

y.train

Input the Y training set

x.test

Input the X test set

y.test

Input the Y test set