Skip to content

Commit

Permalink
vig
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 30, 2023
1 parent a25f0ed commit 2223cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/bayes_factors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ fit_sum <- stan_glm(Sepal.Length ~ Species,
chains = 4, iter = 2000, warmup = 1000 # reduce build time
)
em_sum <- emmeans(fit_sum, ~Species, data = iris) # the posterior marginal means
em_sum <- suppressWarnings(emmeans(fit_sum, ~Species, data = iris))
bayesfactor_restricted(em_sum, fit_sum, hypothesis = hyp)
```
Expand Down

0 comments on commit 2223cda

Please sign in to comment.