R Dataset / Package HSAUR / birthdeathrates
On this R-data statistics page, you will find information about the birthdeathrates data set which pertains to Birth and Death Rates Data . The birthdeathrates data set is found in the HSAUR R package. You can load the birthdeathrates data set in R by issuing the following command at the console data("birthdeathrates"). This will load the data into a variable called birthdeathrates. If R says the birthdeathrates data set is not found, you can try installing the package by issuing this command install.packages("HSAUR") 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 birthdeathrates R data set. The size of this file is about 913 bytes.
Birth and Death Rates Data
Description
Birth and death rates for 69 countries.
Usage
data("birthdeathrates")
Format
A data frame with 69 observations on the following 2 variables.
birth
-
birth rate.
death
-
death rate.
Source
J. A. Hartigan (1975), Clustering Algorithms. John Wiley & Sons, New York.
Examples
data("birthdeathrates", package = "HSAUR") plot(birthdeathrates)
Dataset imported from https://www.r-project.org.