Skip to content

Commit

Permalink
fix typo in ch19
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr authored Sep 14, 2021
1 parent be88b90 commit d0a7ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 19-when-should-you-trust-predictions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ eq_zone_results <- function(buffer) {
tibble(accuracy = acc$.estimate, reportable = rep_rate, buffer = buffer)
}
# Evaluate a seqeunce of buffers and plot the results.
# Evaluate a sequence of buffers and plot the results.
map_dfr(seq(0, .1, length.out = 40), eq_zone_results) %>%
pivot_longer(c(-buffer), names_to = "statistic", values_to = "value") %>%
ggplot(aes(x = buffer, y = value, col = statistic)) +
Expand Down

0 comments on commit d0a7ee5

Please sign in to comment.