R/inference.R
    inference_robustness_bf.RdThis function makes the inference for the robustness
analysis test that uses Bayesian parameter estimation  of the
main parameter value (see robustness_bf_analysis).
inference_robustness_bf(hdi_l, hdi_u)numeric, the lower bound of the HDI
numeric, the upper bound of the HDI
The function returns a character that is either M0, M1 or Inconclusive.
Other inference functions, robustness functions: 
inference_robustness_combined(),
inference_robustness_nhst()