
Calculate confidence intervals for list of boot
objects
Source: R/get_bootstrap_ci.R
get_bootstrap_ci.Rd
This function calculates confidence intervals for a list of objects of class
"boot"
per year into a dataframe containing all required summaries.
Arguments
- bootstrap_list
A list of objects of class
"boot"
per year.- ...
Additional argument to be passed to the
boot::boot.ci()
function.- temporal_list_name
The temporal list names of
bootstrap_list
(e.g., year, month ...) containing time point values. Defaultyear
.