R Dataset / Package car / Florida

On this R-data statistics page, you will find information about the Florida data set which pertains to Florida County Voting. The Florida data set is found in the car R package. You can load the Florida data set in R by issuing the following command at the console data("Florida"). This will load the data into a variable called Florida. If R says the Florida data set is not found, you can try installing the package by issuing this command install.packages("car") 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 Florida R data set. The size of this file is about 3,375 bytes.

Florida County Voting

Description

The Florida data frame has 67 rows and 11 columns. Vote by county in Florida for President in the 2000 election.

Usage

Florida

Format

This data frame contains the following columns:

GORE

Number of votes for Gore

BUSH

Number of votes for Bush.

BUCHANAN

Number of votes for Buchanan.

NADER

Number of votes for Nader.

BROWNE

Number of votes for Browne (whoever that is).

HAGELIN

Number of votes for Hagelin (whoever that is).

HARRIS

Number of votes for Harris (whoever that is).

MCREYNOLDS

Number of votes for McReynolds (whoever that is).

MOOREHEAD

Number of votes for Moorehead (whoever that is).

PHILLIPS

Number of votes for Phillips (whoever that is).

Total

Total number of votes.

Source

Adams, G. D. and Fastnow, C. F. (2000) A note on the voting irregularities in Palm Beach, FL. Formerly at http://madison.hss.cmu.edu/, but no longer available there.

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

Attachments: csv, json

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