dded paired unpaired stats scripts

This commit is contained in:
Tanushree Tunstall 2020-10-23 11:32:51 +01:00
parent b0c06b9704
commit 7add917155
4 changed files with 333 additions and 7 deletions

View file

@ -10,15 +10,16 @@ getwd()
############################################################
# source data
source("read_data.R")
#==========================================================
# define output filenames
############################################################
#=========================================
# output: summary stats by time + outcome
#=========================================
summary_stats_time_outcome = paste0(outdir_stats, "summary_stats_timepoint_outcome_v3.csv")
#==========================================================
############################################################
# data assignment for stats
wf = wf_data
lf = lf_data
############################################################
#=======================================================