10. Categorical Association: Practical 10
Data Exploration - Water Use
Load the water use data with the following command
source('http://horizon.science.uva.nl/public/VVA/waterdata.R')
This command loads the 'WD' data frame into R.
Explore the data with the usual functions (e.g. summary(), str(), head(), class(), dim(), names())
Which variables does the dataset contain? And how many of these variables are categorical?
The dataset contains the following variables: 1) , 2) , 3) , 4) , 5) and 6) . variables are categorical.
Unlock full access