Skip to content

Commit e1711ad

Browse files
update 8
1 parent 84472f9 commit e1711ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/08-outcome-model-exercises.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create a function called `ipw_fit` that fits the propensity score model from Exe
2525
```{r}
2626
#| eval: false
2727
fit_ipw <- function(split, ...) {
28-
.df <-____
28+
.df <- ____
2929
3030
# fit propensity score model
3131

0 commit comments

Comments
 (0)