The following functions help to produce the interactive text outputs throughout the tppr shiny app, based on the results of the analysis.

text_helper_current_general(sample_descriptives_current_res, robustness_bf_res)

text_helper_current_confirmatory(bf_replication, bf_uniform, bf_buj)

text_helper_current_robustness(
  inference_confrimatory_bf,
  inference_robustness_bf
)

text_helper_checkpoint_general(sample_descriptives_res, robustness_bf_res)

text_helper_checkpoint_confirmatory(inference_confirmatory_checkpoint)

text_helper_stop(checkpoint_next)

text_helper_warning(checkpoint_next)