This function make the inference for a Bayesian proportion test based on the result of the test. If the Bayes factor is lower than 1/25 the test supports M1, but if the Bayes factor is higher than 25 the test supports M0, otherwise inconclusive.

inference_confirmatory_bf(bf)

Arguments

bf

numeric, the resulting Bayes factor

Value

The function returns a character value that is either M1, M0 or Inconclusive.

See also

Other inference functions, confirmatory functions: inference_confirmatory_combined(), inference_confirmatory_mixed_effect()