Displaying 1 result from an estimated 1 matches for "areanm".
Did you mean:
areana
2011 Oct 13
0
xyplot() and confidence interval polygons
...I
have defined it. Any guidance much appreciated!
Martin Ralphs
Methodology Directorate
Office for National Statistics
UK
# Setup package libraries...
library(lattice)
# Setup sample dataset...
area <- c(rep("A1",7),rep("A2",7),rep("A3",7),rep("A4",7))
areanm <- c(rep("ZONE1",7),rep("ZONE2",7),rep("ZONE3",7),rep("ZONE4",7))
ageband <- c("25-29","30-34","35-39","40-44","45-49","50-54","55-59")
ageband <- rep(ageband,4)
est <-
c(1153,9...