Data Visualization
November 3, 2025
β
ππ‘ Data-Driven Insights
Data Visualization: Convert data into meaningful graphics for better understanding of data.
There are many different graphs and other types of visual displays of information.
We will visualize:
data.frame).
β¨ Together, distribution and variation form the foundation of data analysis.
Which values are most common, and why?
Which values are rare, and why?
β Does this pattern align with your expectations, or reveal something surprising?
How wide is the spread?
β Are the values tightly clustered or widely dispersed? (e.g., range, IQR, standard deviation)
Are there any outliers?
β What causes them β data errors, unusual events, or genuine variation?
What is the shape of the distribution?
β Is it symmetric, skewed, unimodal, or bimodal?
Are there patterns or subgroups?
β Do certain categories or conditions show different distributions?
When examining plots with two numeric variables, we look for co-variation β the tendency of two variables to change together in a related way.
π Key questions to ask:
Common visualizations:
Be mindful of how you place variables on the axes.
Input Variable β represents the potential cause or influencing factor.
Outcome Variable β represents the potential effect or result.
A time trend (or time series) plot shows how a variable changes over time, revealing trends, patterns, and fluctuations.
It helps us observe the overall direction of change β whether the variable is increasing, decreasing, or remaining relatively stable over time.
Common visualizations: