Description Usage Arguments Value See Also
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.
1 | inference_confirmatory_mixed_effect(mixed_ci_u, mixed_ci_l)
|
mixed_ci_u |
numeric, the upper bound of the confidence interval |
mixed_ci_l |
numeric, the lower bound of the confidence interval |
The function returns a character value that is either M1, M0 or Inconclusive.
Other inference functions, confirmatory functions:
inference_confirmatory_bf()
,
inference_confirmatory_combined()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.