added task for each script at the beginning
This commit is contained in:
parent
0e2bba7a65
commit
2d331679b7
8 changed files with 9 additions and 32 deletions
|
@ -3,10 +3,8 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: data cleaning and manipulation to allow plotting
|
||||
# and analysis
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: KS test b/w outcome groups for ALL timepoints (cumulative)
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: KS test b/w outcome groups at each timepoint
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: Read data to serve as input for downstream analyses
|
||||
############################################################
|
||||
# load libraries, packages and local imports
|
||||
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: paired analysis on time for mediators
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: unpaired analysis for mediators at each timepoint
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: summary stats of mediators by time
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
|
@ -3,10 +3,7 @@ getwd()
|
|||
setwd('~/git/covid_analysis/')
|
||||
getwd()
|
||||
############################################################
|
||||
# TASK: basic plots
|
||||
|
||||
# useful links:
|
||||
# http://www.sthda.com/english/wiki/ggplot2-dot-plot-quick-start-guide-r-software-and-data-visualization
|
||||
# TASK: summary stats of mediators by time and outcome
|
||||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue