View source: R/biomarker_utils.R
doLogisticRegMdl | R Documentation |
Develop a Logistic Regression Model with all of the combined k-fold CV subsets
doLogisticRegMdl(x.train, y.train, x.test, y.test)
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 |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.