Learn R Programming

HSAUR3 (version 1.0-5)

birthdeathrates: Birth and Death Rates Data

Description

Birth and death rates for 69 countries.

Usage

data("birthdeathrates")

Arguments

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

Run this code

  data("birthdeathrates", package = "HSAUR3")
  plot(birthdeathrates)

Run the code above in your browser using DataLab