get_boot_ci | R Documentation |
get_boot_ci(
model_boot,
table_name = character(0),
interval = c(0.025, 0.975),
cache_file = character(0),
force = FALSE
)
model_boot |
bootstrapped |
table_name |
a character vector of the names of |
interval |
the interval's quantile (default is 95 \itemcache_filea string indicating the file where the parameter tables will be stored (.rds) \itemforceforce the computation regardless of whether the cache file exists or not |
a table in the form of mlth.data.frame
If the bootstrap has been applied to the model, this function helps to
extract the bootstrapped confidence interval and present it in a table
combined with the parameters' estimates. Since the extraction of CI for the
computed parameters can take long time, it also allows saving the tables
to cache. If the cache file already exists, it will load the tables from it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.