layout | root |
---|---|
lesson |
. |
This is a modified version of the University of Manchester Course R for data analysis, tailored for the digital humanities.
The UoM R course is, itself an abridged and modified version of the Software Carpentry lesson R for reproducible scientific analysis.
[The slide deck used in this course can be found here]({{ page.root }}/slides/).
The goal of this lesson is to teach novice programmers to use R for data analysis. R is commonly used in many disciplines for statistical analysis and its array of third-party packages greatly extend its usefulness. The emphasis of these materials is to give attendees a strong foundation in the fundamentals of R, and to teach good practices for research computing.
Note that this workshop will focus on teaching the fundamentals of the programming language R for data analysis. The statistical content is minimal, though learners should know how to find the appropriate functions and packages for a statistical analysis by the end of the course.
The course focuses on using the tidyverse for data analysis, rather than base R.
Understand that computers store data and instructions (programs, scripts etc.) in files. Files are organised in directories (folders). Know how to access files not in the working directory by specifying the path.
Download the example data we will use for the lesson from [here.]({{ page.root }}/data/r-novice.zip)
{: .prereq}