Description Usage Arguments Value Author(s) See Also Examples
Plot the ROC curve of the logistic regression with logit link.
1 | plot_roc(dat, fmlr)
|
dat |
A data whose response is binary (0 and 1). |
fmlr |
A formula for the logistic regression with logit link. |
A ggplot
object.
Junkyu Park
binarize_binom
,
binarize_pois
,
change_form
,
CI_auc
,
Binarizing data using data.table
1 2 | # data(nodal, package = 'SMPracticals')
plot_roc(nodal, r ~ stage + xray + acid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.