Skip to content

Commit 4973159

Browse files
committed
modified
1 parent 2bfdd7d commit 4973159

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

exercises/ex-28.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ ref_mean <- kd_clip_targets %>%
376376
377377
# examine estimates and color by p-vals
378378
tidy(fit_bins) %>%
379-
ggplot(data=.,
379+
ggplot(
380380
aes(x=??,
381381
y=??,
382382
fill=??

slides/slides-28.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ ref_mean <- kd_clip_targets |>
392392
# examine estimates and p-vals
393393
tidy(fit_bins) |>
394394
ggplot(
395-
data = .,
396395
aes(
397396
x = term,
398397
y = estimate,

0 commit comments

Comments
 (0)