Skip to content

Commit

Permalink
Corrected typo in Unusual values (hadley#512)
Browse files Browse the repository at this point in the history
the unusually wide limits are either on the y-variable or on the x-axis
  • Loading branch information
rgertenbach authored and hadley committed May 3, 2017
1 parent 99271ee commit 5e17edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDA.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Many of the questions above will prompt you to explore a relationship *between*

### Unusual values

Outliers are observations that are unusual; data points that don't seem to fit the pattern. Sometimes outliers are data entry errors; other times outliers suggest important new science. When you have a lot of data, outliers are sometimes difficult to see in a histogram. For example, take the distribution of the `y` variable from the diamonds dataset. The only evidence of outliers is the unusually wide limits on the y-axis.
Outliers are observations that are unusual; data points that don't seem to fit the pattern. Sometimes outliers are data entry errors; other times outliers suggest important new science. When you have a lot of data, outliers are sometimes difficult to see in a histogram. For example, take the distribution of the `y` variable from the diamonds dataset. The only evidence of outliers is the unusually wide limits on the x-axis.

```{r}
ggplot(diamonds) +
Expand Down

0 comments on commit 5e17edb

Please sign in to comment.