EmpRuleGC | R Documentation |
An app to facilitate visual understanding of Empirical Rule approximations of probabilities, percentages.
EmpRuleGC(mean=0,sd=1,xlab="x")
mean |
Mean of the distribution |
sd |
Standard deviation of the distribution |
xlab |
x-axis label |
Returns no value. Used for the plotting side-effects.
Uses manipulate
in R Studio
Homer White hwhite0@georgetowncollege.edu
## Not run:
if(require(manipulate)) EmpRuleGC(mean=70,sd=3,xlab="Height (inches)")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.