what is data visualization?
using tables, graphs, and other figures to represent your data
purpose of data visualization
tables: convey information in a condensed way that is easy to find
figures: display data that is more intuitive than statistics alone, also helpful for understanding interactions
how to visualize frequency data
histogram: frequency in terms of counts
pie chart: frequency in terms of percentage
how to visualize correlational data
scatterplot w/ line of best fit: pattern of results across 2 variables (shows outliers and trend)
correlation table/matrix: display multiple correlations at once for easy viewing
how to visualize experimental data
bar graphs with error bars: displays means and SE or CI
violin plots: displays means of groups, but also shows the distribution and shape of data
line graph: examine interaction between a categorical and continuous variable
problems with bar graphs
-doesn’t show spread/range of data
-doesn’t show shape of distribution
-doesn’t show individual data points
(use violin plots instead)