get_HCx_table {ssd4mosaic} | R Documentation |
Get HCx values from fit or bootstrap
Description
Get HC5, HC10, HC20 and HC50 for each fit provided, with confidence intervals if the corresponding bootstraps were provided.
Usage
get_HCx_table(fits, distributions, bootstrap = NULL, CI.level = 0.95)
Arguments
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). |
Value
A data.frame with different HCx as rows and different fits as columns.
[Package ssd4mosaic version 1.0.1 Index]