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,14 +10,17 @@ getwd()
############################################################
# source data
source("read_data.R")
#==========================================================
# define output filenames
############################################################
#===============================
# output: summary stats by time
#===============================
summary_stats_timepoint_combined = paste0(outdir_stats, "summary_stats_timepoint_v3.csv")
#==========================================================
############################################################
# data assignment for stats
wf = wf_data
lf = lf_data
########################################################################
#=======================================================
# summary stats by timepoint and outcome: each mediator
#=======================================================