R Dataset / Package datasets / uspop

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

Populations Recorded by the US Census

Description

This data set gives the population of the United States (in millions) as recorded by the decennial census for the period 1790–1970.

Usage

uspop

Format

A time series of 19 values.

Source

McNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley.

Examples

require(graphics)
plot(uspop, log = "y", main = "uspop data", xlab = "Year",
 ylab = "U.S. Population (millions)")

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

Attachments: csv, json

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