print.clus_vus {ClusROC}R Documentation

Print summary results from clus_vus

Description

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

Usage

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

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.

Value

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

See Also

clus_vus


[Package ClusROC version 1.0.2 Index]