Skip to content

Commit

Permalink
Fix EDA typos, closes hadley#1272
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Feb 13, 2023
1 parent 59e82eb commit e221804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EDA.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ You'll need to figure out what caused them (e.g. a data entry error) and disclos
What happens if you leave `binwidth` unset?
What happens if you try and zoom so only half a bar shows?

## Unusual values {#sec-missing-values-eda}
## Unusual values {#sec-unusual-values-eda}

If you've encountered unusual values in your dataset, and simply want to move on to the rest of your analysis, you have two options.

Expand Down Expand Up @@ -332,7 +332,7 @@ You can do this by making a new variable with `is.na()`.
#| A frequency polygon of scheduled departure times of flights. Two lines
#| represent flights that are cancelled and not cancelled. The x-axis ranges
#| from 0 to 25 minutes and the y-axis ranges from 0 to 10000. The number of
#| flights not cancelled are much higher than those not cancelled.
#| flights not cancelled are much higher than those cancelled.
nycflights13::flights |>
mutate(
Expand Down

0 comments on commit e221804

Please sign in to comment.