From 167a8a95eca04605c057401dae48808388fa3b93 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Wed, 28 Oct 2020 13:35:56 +0000 Subject: [PATCH] saving work --- boxplot_t1.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boxplot_t1.R b/boxplot_t1.R index d336c66..8a43cf5 100755 --- a/boxplot_t1.R +++ b/boxplot_t1.R @@ -83,6 +83,8 @@ pdf(output_plots, width=15, height=12) # y = Linear (Levels) # coloured: outcome # ==================================== +my_comparisons <- list( c("t1", "t2"), c("t2", "t3"), c("t1", "t3") ) + y_value = "value" my_title1 = "Boxplots of mediators at t1: linear scale"