R Workshop 01 Fall 2016
- Workshop Held 23 September 2016 Announcement Flyer
- Emory University
School of Nursing
Room 276
10:00-11:50
- Introductory Slides
- Goals for Fall 2016 R Workshop 01
- At the end of this workshop, each participant will get experience using R & RStudio with the rmarkdown and knitr packages
- At the end of this workshop, each participant will have created a report from raw data plus simple analysis plus documentation output in HTML, PDF (optional) and DOC formats
- Recording of Lecture @YouTube
R Workshop 02 Fall 2016
- Workshop Held 21 October 2016 Announcement Flyer
- Emory University
School of Nursing
Room 276
10:00-11:50
- Goals for Fall 2016 R Workshop 02
- At the end of this workshop, each participant will have learned more about markdown formatting for tailoring the look and feel (style) of their final documents
- At the end of this workshop, each participant will have learned about customizing their r-code chunks to manipulate what is displayed in the final report including captioning and other custom options settings.
- 3 Files needed - put into 1 compressed “zipped” file: [Right Click and Choose “SaveAs” to save to your local computer for the workshop]
- aov1files.zip
- Unzip this compressed file to get the 3 main files needed for this workshop:
- R Script (aov1.R)
- Cancer Survival Data File (cancer-survival.csv)
- R Markdown File (aov1.Rmd)
- ALTERNATIVELY you can download the repository for this workshop from my Github account at https://github.com/melindahiggins2000/Fall2016_RWorkshop2 - click on the green button at the top right to “Clone or Download” and choose “Download Zip”
- YouTube Recording of Lecture - link will be added once workshop is complete and video is compiled
R Workshop 03 Fall 2016
- Workshop Held 18 November 2016 Announcement Flyer
- Emory University
School of Nursing
Room 276
10:00-11:50
- Goals for Fall 2016 R Workshop 03
- At the end of this workshop, each participant will read in a dataset, create new variables, run descriptive statistics and summarize their data
- At the end of this workshop, each participant will also have performed a simple statistical test or regression model, compiled the results and presented it within a final report format.