What is data visualisation?
To understanding quantitative data, first to visualise the distributions of the variables and relationships between them.
What are 2 cautions with data visualisation?
When exploring the distribution of a single numeric variable (numeric variables), what are 4 features that we want to describe?
What is the data visualisation for nominal variable?
Nominal variable –> Bar chart
What is the data visualisation for scale variable?
What are 5 features of histogram?
What are density plots?
Density plots show a line for the estimated density of the distribution at each value.

What are 7 features of quartiles and percentiles?

What is the first quartile?
0.25 quantile
What is the third quartile?
0.75 quantile
What is the interquartile range?
between first & third quartile
What is the median?
0.50 quantile (or 50th percentile)
What is the minimum?
0.00 quantile
What is the maximum?
1.00 quantile
Boxplot shows the _____ quartiles
five
What are 2 features of boxplots?

For categorical variables (nominal & ordinal), we use _____ to show counts or proportions.
bar charts
What are spineplots?
Width of each bar is proportional to its group size
