We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84472f9 commit e1711adCopy full SHA for e1711ad
exercises/08-outcome-model-exercises.qmd
@@ -25,7 +25,7 @@ Create a function called `ipw_fit` that fits the propensity score model from Exe
25
```{r}
26
#| eval: false
27
fit_ipw <- function(split, ...) {
28
- .df <-____
+ .df <- ____
29
30
# fit propensity score model
31
0 commit comments