print.sMSROC {sMSROC} | R Documentation |
Print sMSROC
Description
Prints the estimated AUC and the probabilistic model used to compute the predictive model.
Usage
## S3 method for class 'sMSROC'
print(x, ...)
Arguments
x |
object of class |
... |
Ignored. |
Details
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.
Value
Printed output in the console containing the information described above.
See Also
sMSROC
Examples
data(diabet)
roc <- sMSROC(marker=diabet$stab.glu, status=diabet$glyhb, conf.int="T")
print(roc)
[Package sMSROC version 0.1.2 Index]