This function makes the inference for the robustness
analysis test that uses frequentist proportion test
(see robustness_nhst_analysis
).
inference_robustness_nhst(equivalence_test_p, equality_test_p)
numeric, the p-value of the equivalence test
numeric, the p-value of the equality test
The function returns a character that is either M0, M1 or Inconclusive.
Other inference functions, robustness functions:
inference_robustness_bf()
,
inference_robustness_combined()