Description Usage Arguments Examples
View source: R/makePPTxList_ROC.R
Make Powerpoint List for ROC curve Analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 |
yvar |
Name of dependent variable |
xvars |
Names of independent variables |
dataname |
Name of data |
multiple |
logical Whether or not analyze as multiple predictor model |
separate |
logical Whether or not plot indepedent variables seperately |
vanilla |
logical Whether or not make vanilla table |
show.line, show.points, show.lr.eta, show.sens, show.AUC |
logical Arguments to be passed to plot_ROC() |
1 2 3 4 | require(moonBook)
require(ggplot2)
result=makePPTxList_ROC()
result=makePPTxList_ROC(multiple=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.