print.sMSROC | R Documentation |
Prints the estimated AUC and the probabilistic model used to compute the predictive model.
## S3 method for class 'sMSROC'
print(x, ...)
x |
object of class |
... |
Ignored. |
This function prints the estimated area under the ROC curve computed through the sMSROC estimator and the probabilistic model used to compute the predictive model.
Printed output in the console containing the information described above.
sMSROC
data(diabet)
roc <- sMSROC(marker=diabet$stab.glu, status=diabet$glyhb, conf.int="T")
print(roc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.