Learn R Programming

sMSROC (version 0.1.3)

print.sMSROC: Print sMSROC

Description

Prints the estimated AUC and the probabilistic model used to compute the predictive model.

Usage

# S3 method for sMSROC
print(x, ...)

Value

Printed output in the console containing the information described above.

Arguments

x

object of class sMS returned by the function sMSROC.

...

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.

See Also

sMSROC

Examples

Run this code
data(diabet)
roc <- sMSROC(marker=diabet$stab.glu, status=diabet$glyhb, conf.int="T")
print(roc)

Run the code above in your browser using DataLab