Plot a Gamma Model for
Plots the probability density function (pdf) for a Gamma(shape, rate) model of variable .
plot_gamma(shape, rate, mean = FALSE, mode = FALSE)
shape
: non-negative shape parameter of the Gamma modelrate
: non-negative rate parameter of the Gamma modelmean, mode
: a logical value indicating whether to display the model mean and modeA density plot for the Gamma model.
plot_gamma(shape = 2, rate = 11, mean = TRUE, mode = TRUE)
Useful links