Learn R Programming

lmreg (version 1.2)

worldpop: World population data

Description

The midyear population of the world for the years 1981-2000.

Usage

data(worldpop)

Arguments

Format

A data frame with 20 observations on the following 2 variables.

Year

Calendar year

Pop.billion

Population (in billion)

Examples

Run this code
# NOT RUN {
data(worldpop)
head(worldpop)
# }

Run the code above in your browser using DataLab