print.diagCI {bootLR}R Documentation

Prints results from diagCI As is typical for R, this is run automatically when you type in an object name, and is typically not run directly by the end-user.

Description

Prints results from diagCI As is typical for R, this is run automatically when you type in an object name, and is typically not run directly by the end-user.

Usage

## S3 method for class 'diagCI'
print(x, digits = 3, ...)

Arguments

x

The diagCI object created by diagCI()

digits

Number of digits to round to

...

Pass-alongs (currently ignored).

Value

Returns x unaltered.

Examples

## Not run: 
diagCI( 25, 50, 45, 75 )

## End(Not run)

[Package bootLR version 1.0.2 Index]