draw_gamma.Rd
Draw from a gamma distribution based on mean and se
draw_gamma(value, se, seed = NULL)
A vector of the mean values
A vector of the standard errors of the means
An integer which will be used to set the seed for this draw.
A single estimate from the gamma distribution based on given parameters
draw_gamma(value=0.8,se=0.2)
#> [1] 0.8407905