Our group is analyzing the dataset with information regarding COVID-19 cases in Mexico.
The report is been broken into four subprojects for each coder.
-
table1/contains all code and output related to creating a descriptive table 1 for the datasettable1/code/XXXFILL IN AS CODERS RUN ANALYSES- XXX output should be saved to
table1/output/
- XXX output should be saved to
table1/report.Rmdreads in output fromtable1/output/and creates the report for the descriptive analysis
-
model/contains all code and output related to creating a regression model for the datasetmodel/code/XXXFILL IN AS CODERS RUN ANALYSES- XXX output should be saved to
model/output/
- XXX output should be saved to
model/report.Rmdreads in output frommodel/output/and creates the report for the regression model
-
binary_figures/contains all code and output related to creating descriptive figures for the binary variables in the datasetbinary_figures/code/XXXFILL IN AS CODERS RUN ANALYSES- XXX output should be saved to
binary_figures/output/
- XXX output should be saved to
binary_figures/report.Rmdreads in output frombinary_figures/output/and creates the report for the binary figures
-
continuous_figures/contains all code and output related to creating descriptive figures for the binary variables in the datasetcontinuous_figures/code/XXXFILL IN AS CODERS RUN ANALYSES- XXX output should be saved to
continuous_figures/output/
- XXX output should be saved to
continuous_figures/report.Rmdreads in output fromcontinuous_figures/output/and creates the report for the binary figures
The subprojects are combined in combined_report.Rmd.
- child documents are used to stitch together a final report
render_combined_report.R is used for rendering the combined report from the command line
data/ contains the COVID-19 dataset and a descriptive README about the dataset