Description Usage Arguments Value See Also
This function calculates the final inference for the
confirmatory analysis (see analysis_confirmatory
).
If all the four primary tests support M0 or M1 the final inference
is conclusive. If after the last checkpoint not all the four
tests support M0 or M1 the inference is inconclusive, otherwise
the study is ongoing.
1 2 3 4 5 | inference_confirmatory_combined(
n_iteration,
confirmatory_nhst_inference,
confirmatory_bf_inference
)
|
n_iteration |
numeric, the number of iterations for the mixed effect analysis |
confirmatory_nhst_inference |
character, the inference based on the confirmatory NHST mixed analysis |
confirmatory_bf_inference |
character, the inference based on the Bayes factor analysis with 3 priors |
The function returns a character value that is either M1, M0, Inconclusive or Ongoing.
Other inference functions, confirmatory functions:
inference_confirmatory_bf()
,
inference_confirmatory_mixed_effect()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.