
Calculate confidence intervals for list of boot objects
Source: R/get_bootstrap_ci.R
get_bootstrap_ci.RdThis 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.- temporal_list_name
(Optional) The temporal list names of
bootstrap_list(e.g., year, month ...) containing time point values. Defaultyear.- ...
Additional argument to be passed to the
boot::boot.ci()function.