Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 13, 2023
1 parent 332930c commit d84944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/parameters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ estimations](https://easystats.github.io/see/articles/bayestestR.html)).
# family = zero_inflated_poisson()
# )
brms_model <- insight::download_model("brms_zi_2")
result <- model_parameters(brms_model, effects = "all", component = "all")
result <- model_parameters(brms_model, effects = "all", component = "all", verbose = FALSE)
plot(result)
```
Expand Down

0 comments on commit d84944f

Please sign in to comment.