7. Hypothesis Testing: Practical 7
Data Exploration
Let's start by loading the data through the following command.
source('http://horizon.science.uva.nl/public/VVA/amsterdam_airq.R')
This command loads the dataframe air, containing the daily means of the NO2 and PM10 concentrations of two stations in Amsterdam for 2014 to 2018. Let's explore the data with the usual commands.
Which variables does the dataset contain?
Unlock full access