#### Introduction to Quantitative Research Methods #### Week 1 Code # load in the Dail 2002 candidate spending data load("dail2002.Rdata") # make variables visible attach(dail2002) # tabulate incumbency status by victory table(incumbf,wonseatf)