This function performs multiple checks on user-defined columns.
Examples
# Checking whether discounted QALYs are lower than undiscounted QALYs using the example data
do_discount_check(df = df_pa,
v_outcomes = "t_qaly_comp",
v_outcomes_d = "t_qaly_d_comp")
#> Test passed with 1000 successes 🥇.
#> Test Result
#> 1 All discounted outcomes are lower than undiscounted outcomes TRUE