Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Jun 8, 2022
1 parent 464a494 commit b76b4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/06-outcome-model-exercises.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _After updating the code chunks below, change `eval = TRUE` before knitting._
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.

```{r, eval = FALSE}
it_ipw <- function(split, ...) {
fit_ipw <- function(split, ...) {
.df <-____
# fit propensity score model
Expand Down

0 comments on commit b76b4b7

Please sign in to comment.