R Dataset / Package Zelig / turnout

On this R-data statistics page, you will find information about the turnout data set which pertains to Turnout Data Set from the National Election Survey. The turnout data set is found in the Zelig R package. You can load the turnout data set in R by issuing the following command at the console data("turnout"). This will load the data into a variable called turnout. If R says the turnout data set is not found, you can try installing the package by issuing this command install.packages("Zelig") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the turnout R data set. The size of this file is about 45,779 bytes.

Turnout Data Set from the National Election Survey

Description

This data set contains individual-level turnout data. It pools several American National Election Surveys conducted during the 1992 presidential election year. Only the first 2,000 observations (from a total of 15,837 observations) are included in the sample data.

Usage

data(turnout)

Format

A table containing 5 variables ("race", "age", "educate", "income", and "vote") and 2,000 observations.

Source

National Election Survey

References

King, Gary, Michael Tomz, Jason Wittenberg (2000). “Making the Most of Statistical Analyses: Improving Interpretation and Presentation,” American Journal of Political Science, vol. 44, pp.341–355.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-zelig-turnout.html" width="100%" height="100%" style="border:0px"></iframe>