myncurve | R Documentation |
uses mean and sd to create normal distribution, calculates probability below a and shows as shaded region and prints value to console
myncurve(mu, sigma, a)
mu |
average of distribution |
sigma |
sd of distribution |
a |
upper limit for probability, filled region |
plot of norm distribution w/ filled region, probability as list
myncurve(5, 2, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.