get_HCx_table {ssd4mosaic} | 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.