normarea | R Documentation |
Function that computes and draws the area between two user specified values in a user specified normal distribution with a given mean and standard deviation
normarea(lower = -Inf, upper = Inf, m = 0, sig = 1)
lower |
the desired lower value |
upper |
the desired upper value |
m |
the mean for the population (default is the standard normal with |
sig |
the standard deviation of the population (default is the standard normal with |
Draws the specified area in a graphics device
Alan T. Arnholt <arnholtat@appstate.edu>
# Finds and graphically illustrates P(70 < X < 130) given X is N(100, 15) normarea(lower = 70, upper = 130, m = 100, sig = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.