conf_int_print {sMSROC}R Documentation

AUC and confidence intervals

Description

Prints the AUC estimate value and its confidence intervals computed by the sMSROC function.

Usage

conf_int_print(sMS)

Arguments

sMS

object of class sMS returned by the function sMSROC.

Details

This function reads the AUC, lower and upper edges of its confidence intervals and the confidence level at which they were computed and prints this information in a single line.

Value

Printed string in the console containing the AUC, its confidence intervals and the confidence level at which they were computed.

See Also

sMSROC

Examples

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

[Package sMSROC version 0.1.2 Index]