View source: R/biomarker_utils.R
Perform.Permut | R Documentation |
Perform permutation tests for the ROC Curve Based Model Creation and Evaluation module
Perform.Permut(mSetObj=NA, perf.measure, perm.num, propTraining = 2/3)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
perf.measure |
Input the performance measure to rate the performance of the model, either the area under the ROC curve ("auroc") or the predictive accuracy ("accu") |
perm.num |
Input the number of permutations to perform |
propTraining |
Numeric, input the fraction of samples to set aside for training. Default is set to 2/3. |
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.