get_HCx_table: Get HCx values from fit or bootstrap

View source: R/fct_shiny_outputs.R

get_HCx_tableR 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 fitdist or fitdistcens computed from the same toxicity data.

distributions

A list of the names of the distributions to apply (e.g., 'lnorm', 'llogis')

bootstrap

A list of bootdist or bootdistcens objects corresponding to the fits provided.

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.


ssd4mosaic documentation built on April 4, 2025, 1:42 a.m.