Update EDA.qmd (#1292)

Minor typo
This commit is contained in:
Ned Western 2023-02-18 10:19:05 +11:00 committed by GitHub
parent 90c63f11e0
commit 8e471a578e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ For example, in `nycflights13::flights`[^eda-1], missing values in the `dep_time
So you might want to compare the scheduled departure times for cancelled and non-cancelled times.
You can do this by making a new variable with `is.na()`.
[^eda-1]: Remember that when need to be explicit about where a function (or dataset) comes from, we'll use the special form `package::function()` or `package::dataset`.
[^eda-1]: Remember that when we need to be explicit about where a function (or dataset) comes from, we'll use the special form `package::function()` or `package::dataset`.
```{r}
#| fig-alt: >