View source: R/fct_shiny_outputs.R
get_HCx_table | R Documentation |
Get HC5, HC10, HC20 and HC50 for each fit provided, with confidence intervals if the corresponding bootstraps were provided.
get_HCx_table(fits, distributions, bootstrap = NULL, CI.level = 0.95)
fits |
A list of fits of class |
distributions |
A list of the names of the distributions to apply (e.g.,
|
bootstrap |
A list of |
CI.level |
A numeric, either 0.95 or 0.9. The level of the confidence interval(s). |
A data.frame with different HCx as rows and different fits as columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.