Summary and Setup
This is a new lesson built with The Carpentries Workbench.
This workshop teaches the fundamental skills needed to work with R for data analysis. You will learn how to:
- Navigate RStudio and understand the R environment
- Read, manipulate, and write data files
- Understand R data types and structures
- Create functions to automate repetitive tasks
- Use conditional statements and loops for data analysis
- Follow best practices for writing reproducible R code
No prior programming experience is required.
Data Sets
Download the inflammation dataset:
Download inflammation-data.zip.
Unzip the file to your Desktop
The folder contains CSV files with patient inflammation data used throughout the lessons
Optional : Quick reference guide
Software Setup
Details
This workshop uses R (the programming language) and RStudio (an integrated development environment that makes R easier to use). You will need to install both programs on your computer.