View source: R/get_lmbf_inference.R
get_lmbf_inference | R Documentation |
Run a Bayesian ANOVA and return the BF.
get_lmbf_inference(
df,
groups = c("study", "class"),
prior = prior,
bf_thresholds = c(10, 1/10)
)
df |
TODO |
groups |
TODO |
prior |
TODO |
bf_thresholds |
TODO |
A tibble with the grouping variables, a calculated BF, and the inference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.