Lecture 3: Data Analysis Workflows in R (06/03/2024)
What we will learn
Basic Data Analysis Workflow in R
The basic workflow for data analysis can be divided into three major parts and six major steps
tidyverse
and functions from other packages can be used to perform all stepsKnowing the right questions to ask and what information to consider is important for a successful data analysis. We will be practicing it in each lecture!
What we will Practice
Using iris
dataset (see overview here), we will perform each step in the data analysis workflow.