Learn R Programming

bootLR (version 1.0.2)

print.diagCI: 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 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

Run this code
# NOT RUN {
diagCI( 25, 50, 45, 75 )
# }

Run the code above in your browser using DataLab