# NOT RUN {
dat <- data.frame(meanlog = c(1, 1.5),
sdlog = c(1, 2),
min = 0,
max = Inf,
weight = c(2, 1))
combine_lognorm_trunc(dat)
# }
Run the code above in your browser using DataLab