Calculate the parameters of a log normal distribution from quantile estimates.
Value
a list including the meanlog and sdlog parameters, as well as the fractional
difference between the estimated and actual median (0.5 quantile), mdiff.
Details
If p05 is not provided (the default), use p50 (median) and p95 to calculate meanlog and
sdlog. If p05 is provided, use p05 and p95 to calculate the parameters, and also
calculate the fractional difference between the estimated median value (0.5 quantile) and the
median value calculated from the 0.05 and 0.95 values.
mdiff is set to NA if p05 is not provided.
