myncurve | R Documentation |
Normal curve plotter and probability finder
myncurve(mu, sigma, a)
mu |
The mean of the normal distribution |
sigma |
The standard deviation of the normal distribution |
a |
The number we will find the probability P(x <= a) |
The probability P(x <= a)
## Not run: myncurve(mu=0, sigma=1, a=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.