print.diagCI: Prints results from diagCI As is typical for R, this is run...

Description Usage Arguments Value Examples

View source: R/bootLR.R

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

1
2
## 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

1
2
3
4
## Not run: 
diagCI( 25, 50, 45, 75 )

## End(Not run)

bootLR documentation built on May 2, 2019, 1:43 p.m.

Related to print.diagCI in bootLR...