Again, for your convenience, you can load the data for this exercise using the following code:
library(dplyr)
library(haven)
allbus_2021_dvI <-
read_sav(
"./data/allbus_2021ZA5280_v1-0-0.sav"
) %>%
sjlabelled::set_na(na = c(-1:-99, 97, 98))
par()
function in combination with its mfrow
option.
That’s interesting. One may wonder what the median is in each of these distributions. You know what’s perfect for visualizing this statistic? Boxplots!
png
image.
Before we later start with the other exercises, you should clean your graphics device with dev.off()
dev.off()
## null device
## 1