print.optThres3 {ClusROC}R Documentation

Print summary results from optThres3

Description

print.optThres3 displays the results of the output from optThres3.

Usage

## S3 method for class 'optThres3'
print(x, digits = 3, call = TRUE, ...)

Arguments

x

an object of class "optThres3", a result of optThres3 call.

digits

minimal number of significant digits, see print.default.

call

logical. If set to TRUE, the matched call will be printed.

...

further arguments passed to print method.

Details

print.optThres3 shows a summary table for covariate-specific optimal pair of thresholds estimates.

Value

print.optThres3 returns a summary table for results of covariate-specific optimal pair of thresholds estimation.

See Also

optThres3


[Package ClusROC version 1.0.1 Index]