outlier_example | R Documentation |
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
Format
An object of class "numeric"
.
Examples
mean(outlier_example)
median(outlier_example)