Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyMcGowan committed Jul 26, 2023
1 parent ea3cf56 commit 8555c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ style="width:100.0%" />

The first set of data `variation_causal_quartet` demonstrates that you
can get the same average treatment effect despite variability across
some pre-treatment characteristic (here called `z`).
some pre-treatment characteristic (here called `covariate`).

``` r
ggplot(variation_causal_quartet, aes(x = covariate, y = outcome, color = factor(exposure))) +
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ plot(pd_tree, pd_nn, pd_rf, pd_lin)

## Gelman Variation and Heterogeneity Causal Quartets

The first set of data `variation_causal_quartet` demonstrates that you can get the same average treatment effect despite variability across some pre-treatment characteristic (here called `z`).
The first set of data `variation_causal_quartet` demonstrates that you can get the same average treatment effect despite variability across some pre-treatment characteristic (here called `covariate`).

```{r}
ggplot(variation_causal_quartet, aes(x = covariate, y = outcome, color = factor(exposure))) +
Expand Down

0 comments on commit 8555c0c

Please sign in to comment.