qgamma_mse | R Documentation |
Use quantiles from a gamma distribution based on mean and se
qgamma_mse(q = 1, mean_v, se, seed = NULL)
q |
Quantile to draw |
mean_v |
A vector of the mean values |
se |
A vector of the standard errors of the means |
seed |
An integer which will be used to set the seed for this draw. |
A single estimate from the gamma distribution based on given parameters
qgamma_mse(q=0.5,mean_v=0.8,se=0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.