
Yay! The district's computer system is back up, so I can access the blog from my computer again. This week I read about and practiced Univariate Graphs. This variable can be categorical or quantitative. A categorical variable is something such as race or sex, is usually plotted using a bar graph, pie graph, or tree map. A quantitative variable is something like age or height, and is usually plotted using a histogram, kernel density plot or dot plot. Both categorical and quantitative variables use the ggplot2 function, which I used last week. I followed along with the book, and started out by following the examples to demonstrate a categorical variable. The dataset being used is The Marriage dataset that has the records of 98 couples in Mobile County, Alabama. Categorical Variable Graphs Bar Graph The first graph demonstrated is a bar graph. Just like with the graph from my last blog, you can change and edit everything about the graph including color, using percent symbols fo...