Fix EDA typos, closes #1272

This commit is contained in:
mine-cetinkaya-rundel 2023-02-13 02:37:32 -05:00
parent 59e82eb77e
commit e22180434b
1 changed files with 2 additions and 2 deletions

View File

@ -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 leave `binwidth` unset?
What happens if you try and zoom so only half a bar shows? 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. 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.
@ -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 #| A frequency polygon of scheduled departure times of flights. Two lines
#| represent flights that are cancelled and not cancelled. The x-axis ranges #| 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 #| 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 |> nycflights13::flights |>
mutate( mutate(