plot.supInt {ciCalibrate} | R Documentation |
Plot method for class "supInt"
Description
Plots Bayes factor function and support interval at the specified support level.
Usage
## S3 method for class 'supInt'
plot(x, xlim = x$estimate + c(-1, 1) * 3 * x$se, ...)
Arguments
x |
Object of class |
xlim |
Limits of x-axis |
... |
Other arguments passed to |
Value
Generates a plot of the Bayes factor function with support interval
Author(s)
Samuel Pawel
Examples
## compute 3 support interval
si3 <- ciCalibrate(ci = c(0.3, 1.5), method = "SI-normal", priorMean = 0,
priorSD = 2, siLevel = 3)
## plot Bayes factor function and support interval
plot(si3, xlim = c(0, 1.75))
[Package ciCalibrate version 0.42.2 Index]