Upcoming R workshop

The Clinical Research Facility Cork is sponsoring a free, two-day introduction to data analysis using the R statistical programming language on March 30th and 31st (Th, F), from 09:30 to 16:30 in the Western Gateway Building 3.71. Places are available on a first-come, first-serve basis, and there is space for 10 participants. Please email me at ddahly@ucc.ie to reserve a place.

The course is intended for people who are new to R, but at least somewhat familiar with other statistical software such as Stata or SPSS. Each participant will need to being their own laptop with R and R-Studio Desktop installed and working. Once these are installed, you will need to execute the following code: install.packages("tidyverse"). You are also encouraged to “bring your own data” to work with (in any format).

We will cover the following topics:

  1. The strengths and weaknesses of R, relative to other options for data analysis
  2. The basics of “how R works”
  3. Working with the R-Studio environment
  4. Workflow and managing projects
  5. Importing data into R (from Excel, Stata, SAS, SPSS, text files)
  6. Working with dataframes
  7. Data visualisation with ggplot2
  8. Writing your own functions
  9. Literate programming and reproducible research

By the end of the workshop, you will be able to import a dataset into R, manipulate it, visualize it, and then wrap everything up in a report that can be reproduced at the press of a button.

For more R related activities, please feel free to join the Cork R-User’s Group here.

For help installing the R statistical programming language and R-Studio, please see these links.

http://swirlstats.com/

https://www.r-project.org/

https://www.rstudio.com/products/rstudio/download2/

Related