print.supInt {ciCalibrate}R Documentation

Print method for class "supInt"

Description

Prints parameter estimate, confidence interval, and support interval.

Usage

## S3 method for class 'supInt'
print(x, ...)

Arguments

x

Object of class "supInt"

...

Other arguments (for consistency with the generic)

Value

Prints text summary in the console and invisibly returns the "supInt" object

Author(s)

Samuel Pawel

Examples

## compute and print 5 support interval
si5 <- ciCalibrate(ci = c(-2, -0.5), method = "SI-normal", priorMean = -0.3,
                   priorSD = 2, siLevel = 5)
print(si5)


[Package ciCalibrate version 0.42.2 Index]