print.sMSROC: Print sMSROC

View source: R/Summary.R

print.sMSROCR 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 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.

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)

sMSROC documentation built on May 29, 2024, 1:43 a.m.

Related to print.sMSROC in sMSROC...