We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfdd7d commit 4973159Copy full SHA for 4973159
exercises/ex-28.qmd
@@ -376,7 +376,7 @@ ref_mean <- kd_clip_targets %>%
376
377
# examine estimates and color by p-vals
378
tidy(fit_bins) %>%
379
- ggplot(data=.,
+ ggplot(
380
aes(x=??,
381
y=??,
382
fill=??
slides/slides-28.qmd
@@ -392,7 +392,6 @@ ref_mean <- kd_clip_targets |>
392
# examine estimates and p-vals
393
tidy(fit_bins) |>
394
ggplot(
395
- data = .,
396
aes(
397
x = term,
398
y = estimate,
0 commit comments