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 d84944f commit 71a0410
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions vignettes/parameters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,12 @@ 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", verbose = FALSE)
result <- model_parameters(
brms_model,
effects = "all",
component = "all",
verbose = FALSE
)
plot(result)
```
Expand All @@ -255,7 +260,9 @@ plot(result)
```{r}
result <- model_parameters(brms_model,
effects = "all",
component = "all", group_level = TRUE
component = "all",
group_level = TRUE,
verbose = FALSE
)
plot(result)
```
Expand Down

0 comments on commit 71a0410

Please sign in to comment.