Learn R Programming

confintr (version 1.0.2)

print.cint: Print "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 numbers.

...

Further arguments passed from other methods.

Examples

Run this code
ci_mean(1:100)

Run the code above in your browser using DataLab