Graphical Calculator for the Empirical Rule
An app to facilitate visual understanding of Empirical Rule approximations of probabilities, percentages.
EmpRuleGC(mean=0,sd=1,xlab="x")
mean
: Mean of the distributionsd
: Standard deviation of the distributionxlab
: x-axis labelReturns no value. Used for the plotting side-effects.
Uses manipulate
in R Studio
## Not run: if(require(manipulate)) EmpRuleGC(mean=70,sd=3,xlab="Height (inches)") ## End(Not run)
Homer White hwhite0@georgetowncollege.edu
Useful links