This PR adds a new summary statistic conversion calculation to .convert_summary_stats_lnorm() which is called by the convert_summary_stats_to_params() function. The conversion is from median and dispersion to the lognormal parameters (meanlog and sdlog).
This conversion is useful for papers that report in median and dispersion, such as Lessler et al. (2009).
This PR adds a new summary statistic conversion calculation to
.convert_summary_stats_lnorm()
which is called by theconvert_summary_stats_to_params()
function. The conversion is from median and dispersion to the lognormal parameters (meanlog and sdlog).This conversion is useful for papers that report in median and dispersion, such as Lessler et al. (2009).