Skip to content

Commit 18ff186

Browse files
fix typo
1 parent f93e92e commit 18ff186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05-pscores-diagnostics-exercises.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ smds <- df %>%
4444
weighted = ~_____(.x, qsmk, w = ___)$estimate
4545
)
4646
)
47-
47+
)
4848
```
4949

5050
Pivot `smds` so that it is in tidy format with the columns "SMD", "variable", and "Method".

0 commit comments

Comments
 (0)