summarize_gamma | R Documentation |
Summarizes the expected value, variance, and mode of a Gamma(shape, rate) model for variable λ.
summarize_gamma(shape, rate)
shape |
positive shape parameter of the Gamma model |
rate |
positive rate parameter of the Gamma model |
a summary table
summarize_gamma(shape = 1, rate = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.