Description Usage Arguments Author(s) Examples
For a probability of success (p), plot the normal
approximation of a binomial distribution.
| 1 | 
| p | numeric. Probability of success of a trial. | 
Kevin Middleton (middletonk@missouri.edu)
| 1 2 3 4 5 6 | ## Not run: 
if (require(manipulate)) {
  manipulate( normal_approx(p),
             p = slider(0.1, 0.9) )
}
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.