.convert_params_lnorm {epiparameter} | R Documentation |
Converts the parameters of the lognormal distribution to summary statistics
Description
Converts the meanlog and sdlog parameters of the lognormal distribution to a number of summary statistics which can be calculated analytically given the lognormal parameters.
Usage
.convert_params_lnorm(...)
Arguments
... |
< |
Value
A list of eight elements including: mean, median, mode,
variance (var
), standard deviation (sd
), coefficient of variation (cv
),
skewness, and excess kurtosis (ex_kurtosis
).
[Package epiparameter version 0.4.1 Index]