get_ttestbf_inference: Evaluate results ttest

View source: R/get_ttestbf_inference.R

get_ttestbf_inferenceR Documentation

Evaluate results ttest

Description

Run a Bayesian t-test.

Usage

get_ttestbf_inference(
  df,
  groups = c("study", "class"),
  formula = NULL,
  prior = prior,
  bf_thresholds = c(10, 1/10)
)

Arguments

df

TODO

groups

TODO

formula

TODO

prior

TODO

bf_thresholds

TODO

Value

A tibble with the grouping variables, a calculated BF, and the inference.

Examples

## Not run: 
get_ttestbf_inference(full_data2, groups = c("study", "class"), formula = choice ~ condition, prior = "medium")

## End(Not run)

marton-balazs-kovacs/trolleyMultilabReplication documentation built on Oct. 13, 2023, 3:15 p.m.