Skip to content

Commit

Permalink
Merge pull request #227 from avehtari/nsiccha-patch-6
Browse files Browse the repository at this point in the history
Silence template 8
  • Loading branch information
nsiccha authored Oct 27, 2023
2 parents 098c045 + b78cf46 commit f8eb27f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assignments/template8.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ Creating a dummy fit just to be able to generate an example plot below.
Generate a similar plot for your hierarchical model.

```{r}
#| output: false
# The brms-formula (weights ~ ...) below is not one that you should be using in your models!
dummy_fit <- brms::brm(
weight ~ 1 + Time + Chick,
Expand Down

0 comments on commit f8eb27f

Please sign in to comment.