Skip to content

Commit 62247e1

Browse files
committed
bug
1 parent a1fbb03 commit 62247e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

analysis/4-contrast/combine-contrasts.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ plot_contrasts <- function(data_contrasts, timeslice, method, spec, estimate, es
124124
spec0 <- spec
125125

126126
plot_temp <-
127+
data_contrasts |>
127128
filter(cohort0==cohort, method0==method, spec0==spec, time==timeslice) |>
128129
group_by(outcome_descr) |>
129130
ggplot(aes(y=subgroup_level_descr)) +

0 commit comments

Comments
 (0)