From 05f1f716f17d037636d54d594f159da74a4d39fb Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Tue, 17 Nov 2020 17:29:24 +0000 Subject: [PATCH] updated Header_TT.R with reg libs --- Header_TT.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Header_TT.R b/Header_TT.R index 3282de3..300e7dd 100755 --- a/Header_TT.R +++ b/Header_TT.R @@ -12,6 +12,9 @@ library(arsenal) library(scales) library(e1071) # https://www.datanovia.com/en/blog/how-to-add-p-values-onto-a-grouped-ggplot-using-the-ggpubr-r-package/#perform-all-pairwise-comparisons +library(survival) +library(CARS) # for calculating VIF (changed from cars) +#library(BaylorEdPsych) ########################################################################