Nothing
Code
t_dd_slide(testdata$adsl, "TRT01A")
Output
Death table
—————————————————————————————————————————————————————————————————————————————————
N (%) A: Drug X B: Placebo C: Combination All Patients
—————————————————————————————————————————————————————————————————————————————————
All Deaths 25 (18.66%) 23 (17.16%) 22 (16.67%) 70 (17.50%)
Progressive Disease 8 (32%) 6 (26.1%) 6 (27.3%) 20 (28.6%)
Adverse Events 9 (36%) 7 (30.4%) 10 (45.5%) 26 (37.1%)
Other 8 (32%) 10 (43.5%) 6 (27.3%) 24 (34.3%)
Code
t_dd_slide(testdata$adsl, "TRT01A", split_by_study = TRUE)
Output
Death table
———————————————————————————————————————————————————————————————————————————————————————————————————————————————
AB12345-1 AB12345-2
N (%) A: Drug X B: Placebo C: Combination A: Drug X B: Placebo C: Combination
———————————————————————————————————————————————————————————————————————————————————————————————————————————————
All Deaths 12 (19.35%) 13 (17.57%) 7 (10.94%) 13 (18.06%) 10 (16.67%) 15 (22.06%)
Progressive Disease 4 (33.3%) 3 (23.1%) 3 (42.9%) 4 (30.8%) 3 (30%) 3 (20%)
Adverse Events 5 (41.7%) 5 (38.5%) 2 (28.6%) 4 (30.8%) 2 (20%) 8 (53.3%)
Other 3 (25%) 5 (38.5%) 2 (28.6%) 5 (38.5%) 5 (50%) 4 (26.7%)
Code
t_dd_slide(testdata$adsl, "TRT01A", split_by_study = TRUE, side_by_side = TRUE)
Condition
Warning in `build_table_header()`:
split_by_study argument will be ignored
Output
Death table
—————————————————————————————————————————————————————————————————————————————————
N (%) A: Drug X B: Placebo C: Combination All Patients
—————————————————————————————————————————————————————————————————————————————————
All Deaths 25 (18.66%) 23 (17.16%) 22 (16.67%) 70 (17.50%)
Progressive Disease 8 (32%) 6 (26.1%) 6 (27.3%) 20 (28.6%)
Adverse Events 9 (36%) 7 (30.4%) 10 (45.5%) 26 (37.1%)
Other 8 (32%) 10 (43.5%) 6 (27.3%) 24 (34.3%)
Code
t_dd_slide(adsl, "TRT")
Condition
Error in `fix_one_split_var()`:
! Split variable [TRT] not found in data being tabulated.
Code
t_dd_slide(testdata$adsl[0, ], "TRT01A")
Output
————————————————————————————————————————————————————————————————————————————————————————
Null Report: No observations met the reporting criteria for inclusion in this output.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.