Learn R Programming

tigerstats (version 0.3.2)

EmpRuleGC: 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.

Examples

Run this code
# NOT RUN {
if(require(manipulate)) EmpRuleGC(mean=70,sd=3,xlab="Height (inches)")
# }

Run the code above in your browser using DataLab