Skip to content

Commit b76b4b7

Browse files
fix typo
1 parent 464a494 commit b76b4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-outcome-model-exercises.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _After updating the code chunks below, change `eval = TRUE` before knitting._
2020
Create a function called `ipw_fit` that fits the propensity score model from Exercise 03, incorporates the ATE weights calculated in Exercise 04, and fits a weighted outcome model.
2121

2222
```{r, eval = FALSE}
23-
it_ipw <- function(split, ...) {
23+
fit_ipw <- function(split, ...) {
2424
.df <-____
2525
2626
# fit propensity score model

0 commit comments

Comments
 (0)