Learn R Programming

confintr (version 0.1.0)

print.cint: Print a cint Object

Description

Print method for an object of class cint.

Usage

# S3 method for cint
print(x, digits = getOption("digits"), ...)

Arguments

x

A on object of class cint.

digits

Number of digits used to format sample estimate and confidence limits.

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

Examples

Run this code
# NOT RUN {
ci_mean(1:100)
# }

Run the code above in your browser using DataLab