Description Usage Arguments Value Examples
Make labels for ROC curve
1 | makeLabels(x, no = 1)
|
x |
A list As a result of Epi::ROC() |
no |
Integer |
A data.frame
1 2 3 | require(Epi)
x=ROC(form=am~wt,data=mtcars,plot="ROC")
makeLabels(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.