Skip to content

Commit

Permalink
Fix thinko in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 13, 2023
1 parent 1ca3e9d commit cb544cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is in some sense unsurprising: the different coding schemes correspond to d
In spite of these differences, these models make the same predictions about the data:

```@example contrasts
response(mod_treat) ≈ response(mod_eff)
fitted(mod_treat) ≈ fitted(mod_eff)
```

At a deep level, these models are the actually same model, but with different parameterizations. In order to get a better view about what a model is saying about the data, abstracted away from the parameterization, we can see what the model looks like in data space. For that, we can use Effects.jl to generate the *effects* that the model is capturing. We do this by specifying a (subset of the) design and creating a reference grid, then computing the model's prediction and associated error at those values.
Expand Down

0 comments on commit cb544cc

Please sign in to comment.