View source: R/fct_text_output_helpers.R
The following functions help to produce the interactive text outputs throughout the tppr shiny app, based on the results of the analysis.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.