Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 7, 2023
1 parent 8563d15 commit a23ac81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/bayestestR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ theme_set(theme_modern())
```{r}
set.seed(123)
# model with fixed effects only
model <- rstanarm::stan_glm(Sepal.Length ~ Petal.Width * Species, data = iris, refresh = 0)
model <<- rstanarm::stan_glm(Sepal.Length ~ Petal.Width * Species, data = iris, refresh = 0)
# model with fixed and random effects as well as zero-inflation component
model2 <- insight::download_model("brms_zi_3")
model2 <<- insight::download_model("brms_zi_3")
```

## Density Estimation
Expand Down

0 comments on commit a23ac81

Please sign in to comment.