.convert_summary_stats_gamma {epiparameter}R Documentation

Convert summary statistics to parameters of the gamma distribution

Description

Convert the summary statistics input into the shape and scale parameters of the gamma distribution.

Usage

.convert_summary_stats_gamma(...)

Arguments

...

<dynamic-dots> Numeric named summary statistics used to convert to parameter(s). An example is the mean and sd summary statistics for the lognormal (lnorm) distribution.

Value

A list of two elements, the shape and scale


[Package epiparameter version 0.4.1 Index]