Learn R Programming

tigerstats (version 0.3.2)

EmpRule: Empirical Rule

Description

An app to investigate how the Empirical Rule applies to symmetric data and skewed data. The user can select is they want to view a histogram of symmetric data or skewed data. Vertical bars are also plotted to signify one, two, and three standard deviations from the mean. Summary data is output to the console giving the proportion of the histogram that falls within one, two, and three standard deviations of the mean.

Usage

EmpRule()

Arguments

Value

Graphical and numerical output

Examples

Run this code
# NOT RUN {
if (require(manipulate)) EmpRule()
# }

Run the code above in your browser using DataLab