powered by
Ecuador census data in 1990 by grouped ages.
data("Ecuador1990")
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+
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
# NOT RUN { data(Ecuador1990) summary(Ecuador1990) # }
Run the code above in your browser using DataLab