View source: R/get_ttestbf_inference.R
get_ttestbf_inference | R Documentation |
Run a Bayesian t-test.
get_ttestbf_inference(
df,
groups = c("study", "class"),
formula = NULL,
prior = prior,
bf_thresholds = c(10, 1/10)
)
df |
TODO |
groups |
TODO |
formula |
TODO |
prior |
TODO |
bf_thresholds |
TODO |
A tibble with the grouping variables, a calculated BF, and the inference.
## Not run:
get_ttestbf_inference(full_data2, groups = c("study", "class"), formula = choice ~ condition, prior = "medium")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.