There was an error while loading. Please reload this page.
1 parent a1fbb03 commit 62247e1Copy full SHA for 62247e1
1 file changed
analysis/4-contrast/combine-contrasts.R
@@ -124,6 +124,7 @@ plot_contrasts <- function(data_contrasts, timeslice, method, spec, estimate, es
124
spec0 <- spec
125
126
plot_temp <-
127
+ data_contrasts |>
128
filter(cohort0==cohort, method0==method, spec0==spec, time==timeslice) |>
129
group_by(outcome_descr) |>
130
ggplot(aes(y=subgroup_level_descr)) +
0 commit comments