Print method for an object of class "cint".

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

Arguments

x

A on object of class "cint".

digits

Number of digits used to format numbers.

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

Examples

ci_mean(1:100)
#> 
#> 	Two-sided 95% t confidence interval for the population mean
#> 
#> Sample estimate: 50.5 
#> Confidence interval:
#>     2.5%    97.5% 
#> 44.74349 56.25651 
#>