This function make the inference for the mixed-effects logistic regression test. If the upper bound of the resulting confidence interval is lower than 0.51, the test supports M0, if the lower bound is higher than 0.5, the test supports M1. Otherwise inconclusive.

inference_confirmatory_mixed_effect(mixed_ci_u, mixed_ci_l)

Arguments

mixed_ci_u

numeric, the upper bound of the confidence interval

mixed_ci_l

numeric, the lower bound of the confidence interval

Value

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

See also

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