EmpRuleGC {tigerstats}R Documentation

Graphical Calculator for the Empirical Rule

Description

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

Usage

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

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

## End(Not run)

[Package tigerstats version 0.3.2 Index]