print.supInt {ciCalibrate} | R Documentation |
"supInt"
Prints parameter estimate, confidence interval, and support interval.
## S3 method for class 'supInt'
print(x, ...)
x |
Object of class |
... |
Other arguments (for consistency with the generic) |
Prints text summary in the console and invisibly returns the
"supInt"
object
Samuel Pawel
## 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)