Description Usage Format Source
ADD FUEL CONSUMPTION DESCRIPTION
1 |
A data frame with 48 observations (rows) and 9 variables (columns). Each row is a state.
A character column with the 2 letter state abbreviation
A integer column with the 1971 population in thousands
A numeric column with the 1972 motor fuel tax rate in cents/gallon
A integer column with the 1971 number of licensed drivers in thousands
A numeric column with the 1972 per capita income in thousands of dollars
A numeric column with the 1971 miles of federal-aid primary highways in thousands
A integer column with the 1972 fuel consumption in millions of gallons
A numeric column with the percent of the population with a driver's license, calculated from 100*(lic_n/pop)
A integer column with the fuel consumption in gallons per capita, calculated from 1000*(fuel_n/pop)
The data were collected by Christopher Bingham for the American Almanac for 1974, except for fuel consumption, which was given in the 1974 World Almanac. The dataset was reported in Weisberg (1985).
This data was pulled from StatLib (http://lib.stat.cmu.edu/datasets/alr) under the name alr35
.
Column descriptions from Weisberg (1985).
Weisberg, Sanford. (1985). Applied linear regression. New York: Wiley.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.