doLogisticRegMdl: Develop a Logistic Regression Model with all of the combined...

View source: R/biomarker_utils.R

doLogisticRegMdlR Documentation

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

doLogisticRegMdl(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

Author(s)

Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR documentation built on April 20, 2024, 8:13 p.m.