Monday, March 10: Qualitative Data and The beauty of Statistical Data
HW: read this. http://www.perceptualedge.com/articles/visual_business_intelligence/save_the_pies_for_dessert.pdf
Favorite Color
How are you feeling right now?
How much do you like the music played on the radio station 102.7 (EQX)? If you don't know, say so)
how can we change this question to gain us better results?
HW: read "Save the Pies for Dessert" for discussion
table maker!
our.colors=c("Blue", "Green",
"Red",
"Blue",
"Orange",
"Blue",
"Purple",
"Blue",
"Blue",
"Red",
"Red",
"Orange",
"Yellow",
"Blue",
"Red",
"Blue",
"Green",
"Yellow",
"Maroon",
"Red")
barplot(table(our.colors))
barplot(table(our.colors),las=2)
sort(table(our.colors))
sort(-table(our.colors))
abs(sort(-table(our.colors)))
barplot(abs(sort(-table(our.colors))))
barplot(abs(sort(-table(our.colors))),las=2)
barplot(abs(sort(-table(our.colors))),las=2,col=c("Blue","red","green","orange","yellow","maroon","purple"))
color.table=abs(sort(-table(our.colors)))
Tuesday, March 13: Creating A Survey. The difficulties thereof.
Wednesday, March 14 (50 minutes): Data set in which you make a survey and try to create a graph of other peoples.
Thursday, March 15 (50 minutes): Finish the data set.