Skip to content

Commit

Permalink
checked by styler
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandraduda2 committed Mar 27, 2024
1 parent a0567b8 commit bb8ac59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/minimization_randomization_comparison.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ cov_balance_data |>
geom_boxplot() +
geom_hline(yintercept = 0.2, linetype = "dashed", color = "red") +
theme_bw() +
ylab("average SMD value")
ylab("average SMD value")
```

- **Violin plot**
Expand All @@ -592,7 +592,7 @@ cov_balance_data |>
) +
facet_wrap(~covariants, ncol = 3) +
theme_bw() +
theme(axis.text = element_text(angle = 45, vjust = 0.5, hjust = 1)) +
theme(axis.text = element_text(angle = 45, vjust = 0.5, hjust = 1)) +
ylab("SMD value")
```

Expand Down

0 comments on commit bb8ac59

Please sign in to comment.