EmpRuleGC: Graphical Calculator for the Empirical Rule

Description Usage Arguments Value Note Author(s) Examples

View source: R/EmpRuleGC.R

Description

An app to facilitate visual understanding of Empirical Rule approximations of probabilities, percentages.

Usage

1
EmpRuleGC(mean=0,sd=1,xlab="x")

Arguments

mean

Mean of the distribution

sd

Standard deviation of the distribution

xlab

x-axis label

Value

Returns no value. Used for the plotting side-effects.

Note

Uses manipulate in R Studio

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
## Not run: 
if(require(manipulate)) EmpRuleGC(mean=70,sd=3,xlab="Height (inches)")

## End(Not run)

homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.