get_custom_HCx: Get HCx values for a given x from a bootstrap

View source: R/fct_shiny_outputs.R

get_custom_HCxR Documentation

Get HCx values for a given x from a bootstrap

Description

Get HCx corresponding to the provided x for each fit provided with confidence intervals

Usage

get_custom_HCx(x, distributions, bootstrap = NULL, CI.level = 0.95)

Arguments

x

An integer between 0 and 100.The percent of the hazardous concentration desired (HCx).

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 string describing the HCx and its confidence interval for each distribution.


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