View source: R/trainAndTestMolSigs.R
miniLogREval | R Documentation |
miniLogReval: Assesses the performance of building a logistic regression model on one test of data 'trainTab' and assessing it on a second 'testTab'
miniLogREval(
trainTab,
testTab,
mol.feature = "Gene",
feature.val = "mRNALevels"
)
trainTab |
- a tabular form of data with three columns |
testTab |
- a tabular form of data with three columns |
mol.feature |
is a list of column features, with the names of the column features representing the measurements. e.g. mRNALevels='Gene', or Phosphosite='site' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.