Learn R Programming

confintr (version 0.2.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"), ...)

Value

Invisibly, the input is returned.

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.

Examples

Run this code
ci_mean(1:100)

Run the code above in your browser using DataLab