We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd9f34 commit 8569651Copy full SHA for 8569651
source/classification1.Rmd
@@ -1329,7 +1329,7 @@ data. So how can we perform K-nearest neighbors classification in the presence
1329
of missing data? Well, since there are not too many observations with missing
1330
entries, one option is to simply remove those observations prior to building
1331
the K-nearest neighbors classifier. We can accomplish this by using the
1332
-`drop_na` function from `tidyverse` prior to working with the data.\label{missing data!drop\_na}
+`drop_na` function from `tidyverse` prior to working with the data.\index{missing data!drop\_na}
1333
1334
```{r 05-naomit}
1335
no_missing_cancer <- missing_cancer |> drop_na()
0 commit comments