Skip to content

Commit 9413635

Browse files
output to next slide
1 parent 76fcee1 commit 9413635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slides/raw/07-pscore-diagnostics.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ggplot(df, aes(x = wt71, color = factor(qsmk))) +
153153
```{r}
154154
#| eval: true
155155
#| code-line-numbers: "|2"
156+
#| output-location: slide
156157
ggplot(df, aes(x = wt71, color = factor(qsmk))) +
157158
geom_ecdf(aes(weights = w_ate)) +
158159
scale_color_manual(

0 commit comments

Comments
 (0)