Weight a set of lognormal parameters into a single distribution

combine_lognorm_trunc(dat)

Arguments

dat

Dataframe of meanlog, sdlog, min, max, and sdlog.

Value

A dataframe.

See also

Examples

dat <- data.frame(meanlog = c(1, 1.5), sdlog = c(1, 2), min = 0, max = Inf, weight = c(2, 1)) combine_lognorm_trunc(dat)
#> meanlog sdlog min max #> 1 1.166667 1.333333 0 Inf