diff --git a/README.md b/README.md index 736c081..1201173 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ urlcolor: magenta ## About this Repository -The material in this repository is a supplement to the manuscript titled _`Self-Interest vs. Prosocial Appeals to Engage: Leveraging Self-Relevance to Promote Self-Monitoring of Alcohol Use Among College Students'_, submitted for consideration to the journal, Health Psychology. This repository contains code and documentation relating to the curation of data and testing of hypotheses, as well as exploratory analyses for the MBRIDGE Micro-Randomized Trial. +The material in this repository is a supplement to the manuscript titled _`Self-Interest vs. Prosocial Appeals to Engage: Leveraging Self-Relevance to Promote Self-Monitoring of Alcohol Use Among College Students'_, submitted for consideration to the journal, Health Psychology. This repository contains code and documentation relating to the curation of data and testing of hypotheses, as well as exploratory analyses for the MBRIDGE Micro-Randomized Trial (MRT). -_Keywords: Causal Inference, Intensive Longitudinal Data, Adaptive Interventions, Mobile Health (mHealth), Micro-Randomized Trial_ +_Keywords: Causal Inference, Intensive Longitudinal Data, Adaptive Interventions, Mobile Health (mHealth), Micro-Randomized Trial (MRT)_ ## Appendices to Manuscript diff --git a/appendices/Appendix A.pdf b/appendices/Appendix A.pdf index 33c869d..14babd3 100644 Binary files a/appendices/Appendix A.pdf and b/appendices/Appendix A.pdf differ diff --git a/appendices/Appendix B.pdf b/appendices/Appendix B.pdf index 68a85e5..740f341 100644 Binary files a/appendices/Appendix B.pdf and b/appendices/Appendix B.pdf differ diff --git a/run-pipeline.R b/run-pipeline.R index 4b4c099..62183c0 100644 --- a/run-pipeline.R +++ b/run-pipeline.R @@ -36,5 +36,5 @@ rm(list = ls()) #------------------------------------------------------------------------------- # Display results of data analyses in a PDF file using R markdown #------------------------------------------------------------------------------- -rmarkdown::render("do-main-analysis.Rmd") +rmarkdown::render("analysis/do-main-analysis.Rmd") rm(list = ls())