dded paired unpaired stats scripts
This commit is contained in:
parent
b0c06b9704
commit
7add917155
4 changed files with 333 additions and 7 deletions
|
@ -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
|
||||
#=======================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue