powered by
Calculates average proportion exposed based on log-normal distribution of concentrations.
ssd_exposure(x, meanlog = 0, sdlog = 1, nboot = 1000)
The proportion exposed.
The object.
The mean of the exposure concentrations on the log scale.
The standard deviation of the exposure concentrations on the log scale.
The number of samples to use to calculate the exposure.
fits <- ssd_fit_dists(ssddata::ccme_boron, dists = "lnorm") set.seed(10) ssd_exposure(fits) ssd_exposure(fits, meanlog = 1) ssd_exposure(fits, meanlog = 1, sdlog = 1)
Run the code above in your browser using DataLab