myChiSim | R Documentation |
This function will create a histogram with annotation using the Chi-Square distribution. The histogram will include a density plot and a theoretical curve.
myChiSim(n1 = 10, sigma1 = 3, mean1 = 5, iter = 1000, ymax = 0.1, ...)
n1 |
integer representing sample size |
sigma1 |
integer representing standard deviation |
mean1 |
integer representing mean |
iter |
integer representing number of iterations |
ymax |
decimal or integer representing maximum y value |
... |
additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.