Description Usage Arguments Author(s) See Also Examples
View source: R/visualize.gamma.R
Generates a plot of the Gamma distribution with user specified parameters.
1 | visualize.gamma(stat = 1, alpha = 1, theta = 1, section = "lower")
|
stat |
a statistic to obtain the probability from. When using the
"bounded" condition, you must supply the parameter as |
alpha |
|
theta |
|
section |
Select how you want the statistic(s) evaluated via
|
James Balamuta
1 2 3 4 5 6 7 8 | # Evaluate lower tail.
visualize.gamma(stat = 1, alpha = 3, theta = 1, section = "lower")
# Evaluate bounded section.
visualize.gamma(stat = c(0.75,1), alpha = 3, theta = 1, section = "bounded")
# Evaluate upper tail.
visualize.gamma(stat = 1, alpha = 3, theta = 1, section = "upper")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.