Function for ROC Analysis.
roc( data, measurement, status, excl = TRUE, sty = FALSE, quant = FALSE, label = FALSE, inter = FALSE )
data | The data as a data frame. |
---|---|
measurement | . |
status | . |
excl | . |
sty | . |
quant | . |
label | . |
inter | . |
A results object containing:
results$todo | a html | ||||
results$text | a preformatted | ||||
results$textplot | a preformatted | ||||
results$plot | an image | ||||
results$plot2 | an image |
if (FALSE) { # example will be added }