print.vus_mar: Print summary results of VUS

View source: R/bcvusMAR.R

print.vus_marR Documentation

Print summary results of VUS

Description

print.vus_mar prints the results for the output of function vus_mar.

Usage

## S3 method for class 'vus_mar'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "vus_mar", a result of a call to vus_mar.

digits

minimal number of significant digits, see print.default.

...

further arguments passed to print method.

Details

print.vus_mar shows a nice format of the summary table for the VUS estimate results. Some information on the diagnostic test, the fitted values of VUS, and confidence intervals are shown.

See Also

vus_mar


bcROCsurface documentation built on Sept. 9, 2023, 9:07 a.m.