Skip to content

Commit

Permalink
fx vig
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 30, 2023
1 parent 2223cda commit 19191ba
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 @@ -1219,7 +1219,7 @@ fit_bayes <- stan_glm(Sepal.Length ~ Species,
chains = 4, iter = 2000, warmup = 1000, # reduce build time
refresh = 0
)
em_bayes <- emmeans(fit_bayes, ~Species) # the posterior marginal means
em_bayes <- emmeans(fit_bayes, ~Species, data = iris) # the posterior marginal means
bayesfactor_restricted(em_bayes, fit_bayes, hypothesis = hyp)
```

Expand Down

0 comments on commit 19191ba

Please sign in to comment.