Learn R Programming

popstudy (version 1.0.0)

Ecuador1990: Ecuador1990

Description

Ecuador census data in 1990 by grouped ages.

Usage

data("Ecuador1990")

Arguments

Format

A data frame with 21 observations on the following 4 variables.

age

a factor with levels 0-4 5-9 10-14 15-19 20-24 25-29 30-34 35-39 40-44 45-49 50-54 55-59 60-64 65-69 70-74 75-79 80-84 85-89 90-94 95-99 100+

male

a numeric vector with males population

female

a numeric vector with female population

population

a numeric vector Ecuador population

Examples

Run this code
# NOT RUN {
data(Ecuador1990)
summary(Ecuador1990)
# }

Run the code above in your browser using DataLab