print.clus_opt_thres3 {ClusROC}R Documentation

Print summary results from clus_opt_thres3

Description

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

Usage

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

Arguments

x

an object of class "clus_opt_thres3", a result of clus_opt_thres3 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.clus_opt_thres3 shows a summary table for covariate-specific optimal pair of thresholds estimates.

Value

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

See Also

clus_opt_thres3


[Package ClusROC version 1.0.2 Index]