Skip to content

Commit

Permalink
verbose = FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 7, 2023
1 parent a23ac81 commit ab8076b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vignettes/bayestestR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,13 @@ plot(result) +
```

```{r fig.width=11, fig.height=9}
result <- equivalence_test(model2, ci = c(0.89, 0.95), effects = "all", component = "all")
result <- equivalence_test(
model2,
ci = c(0.89, 0.95),
effects = "all",
component = "all",
verbose = FALSE
)
result
Expand Down

0 comments on commit ab8076b

Please sign in to comment.