Learn R Programming

ClusROC (version 1.0.3)

print.clus_opt_thres3: 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 clus_opt_thres3
print(x, digits = 3, call = TRUE, ...)

Value

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

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.

See Also

clus_opt_thres3