tidy_boot_ci {DAMisc} | R Documentation |
Returns a tibble with confidence intervals for all parameters from a bootstrapping
object estimated with the boot()
function.
tidy_boot_ci(
obj,
indices = NULL,
type = c("norm", "basic", "stud", "perc", "bca"),
conf = 0.95,
term_names = NULL,
...
)
obj |
An object of class |
indices |
The column numbers of |
type |
The type of confidence interval to be produced. Unlike |
conf |
The confidence level to be used for the interval. |
term_names |
The names of the parameters to be used as identifiers in the tibble. |
... |
Other arguments to be passed down to |
A tibble with the term name, estimate, lower and upper confidence bounds.