Skip to content

Commit 8200892

Browse files
committed
Add missing table 36 screenshot
1 parent b5e766a commit 8200892

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
183 KB
Loading

quarto/table-templates/template-table_36.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ adae <- random.cdisc.data::cadae
2020
2121
# Output Table
2222
risk_diff <- list(arm_x = "B: Placebo", arm_y = "A: Drug X") # optional
23-
make_table_36(adae = adae, alt_counts_df = adsl, risk_diff = risk_diff)
23+
make_table_36(adae = adae, alt_counts_df = adsl, risk_diff = risk_diff, prune_0 = TRUE)
2424
```
2525

2626
## Table Setup

0 commit comments

Comments
 (0)