2008 ANES survey (and 2004)

 

Follow these links for the guides to the 2008 survey.




The survey consists of two different sets of interviews. People were interviewed both before and after the election. In your projects, you can choose to ignore these differences, or you can specifically choose survey questions from the pre or post survey. 


Loading the 2008 data:


site="http://faculty.gvsu.edu/kilburnw/nes2008.RData"

load(file=url(site))


Codebooks describe the variables asked and the question wordings.


2008 Pre Election codebook


2008 Post Election codebook



2008 User’s Guide to the survey (a general introduction)



2008 Brief Codebook



Just for info, there is a 2004 survey too.  To load the 2004 data into a workspace:


site="http://faculty.gvsu.edu/kilburnw/nes2004.RData"

load(file=url(site))


The  2004 Brief Codebook


2004 Introductory Codebook

2004 Variable Codebook



Back to PLS 300