Skip to content

Commit 236de11

Browse files
authored
Fix typo in regression.qmd regarding varying effects
1 parent eb015c8 commit 236de11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stan-users-guide/regression.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ effect $\beta_k$ for age group $k$ to make a linear predictor $\alpha +
529529
subtract from each $\beta_k$ and get exactly the same likelihood.
530530

531531
The traditional approach to identifying such a model is to pin the
532-
first varing effect to zero, i.e., $\beta_1 = 0$. With one of the
532+
first varying effect to zero, i.e., $\beta_1 = 0$. With one of the
533533
varying effects fixed, you can no longer add a constant to all of them
534534
and the model's likelihood is identified. In addition to the
535535
difficulty in specifying such a model in Stan, it is awkward to

0 commit comments

Comments
 (0)