print.VUS {ClusROC}R Documentation

Print summary results from VUS

Description

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

Usage

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

Arguments

x

an object of class "VUS", a result of 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.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.VUS returns a summary table for covariate-specific VUS estimates.

See Also

VUS


[Package ClusROC version 1.0.1 Index]