bcaplot uses the output of bcajack,
bcajack2, or bcapar to plot bca and standard
confidence limits for the parameter of interest.
bcaplot(vl, main = " ", xlab = "coverage", ylab = "limits", alpha = c(0.025, 0.05, 0.1, 0.16), ylim, xlim, add = 0, sub = "black=bca, green=standard", sw = 1, ...)
| vl | output of |
|---|---|
| main | The main caption (can be empty) |
| xlab | The x axis label (supplied if not specified) |
| ylab | The y axis labels (supplied if not specified) |
| alpha | Coverages are \(1-2\alpha\),
e.g. |
| ylim | y axis plot limits set automatically if not provided |
| xlim | x axis plot limits set automatically if not provided |
| add |
|
| sub | subtitle (can be empty) |
| sw |
|
| ... | further args for plot |
confidence interval endpoints are plotted vertically versus
two-sided coverages \(1-2\alpha\). Bca limits in black,
Standard limits in green (dashed.). If vl$lims includes
the column "jacksd" of jackknife internal standard deviations
then these are indicated by vertical red bars centered at the
bca limit points.