myncurve | R Documentation |
This function plots a probability for a normal curve.
myncurve(mu, sigma, a)
mu |
Mean |
sigma |
Standard Deviation |
a |
Probability upper limit |
Returns a plot and numerical value for the probability of a given number of successes for a normal distribution.
## Not run: myncurve(10, 4, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.