Weight a set of lognormal parameters into a single distribution

combine_lognorm(dat)

Arguments

dat

A dataframe.

Value

A dataframe.

See also

Examples

dat <- data.frame(meanlog = c(1, 1.5), sdlog = c(1, 2), weight = c(2, 1)) combine_lognorm(dat)
#> meanlog sdlog #> 1 1.195764 1.594535