Learn R Programming

ClusROC (version 1.0.3)

print.clus_vus: Print summary results from clus_vus

Description

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

Usage

# S3 method for clus_vus
print(x, digits = 3, call = TRUE, ...)

Value

print.clus_vus returns a summary table for covariate-specific VUS estimates.

Arguments

x

an object of class "VUS", a result of clus_vus 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_vus shows a summary table for covariate-specific VUS estimates, containing estimates, standard errors, z-values and p-values for the hypothesis testing \(H_0: VUS = 1/6\) versus an alternative \(H_A: VUS > 1/6\).

See Also

clus_vus