Learn R Programming

dslabs (version 0.8.0)

outlier_example: Adult male heights in feet with outliers

Description

This dataset was randomly generated with a normal distribution (average: 5 feet 9 inches, standard deviation: 3 inches). One value was changed to be mistakenly reported in centimeters rather than feet.

Usage

outlier_example

Arguments

Format

An object of class "numeric".

Examples

Run this code
mean(outlier_example)
median(outlier_example)

Run the code above in your browser using DataLab