bootci.object {boot} | R Documentation |
Class of objects that result from calculating confidence intervals from
an object of class "boot"
.
This class of objects is returned from calls to the function boot.ci
,
The class "bootci"
has methods for print
.
Objects of class "bootci"
are implemented as a list with the following
components.
boot.ci
which generated the object
It will also contain one or more of the following components depending
on the value of type
used in the call to bootci
.
These latter four components will be matrices with 5 columns, the first column containing the level, the next two containing the indices of the order statistics used in the calculations and the final two the calculated endpoints themselves