powered by
County-level (n=56) data for lip cancer among males in Scotland between 1975-1980
scotland_sf
A data frame with 56 rows representing counties and 5 variables:
Geometric representation of counties in Scotland
Number of Lip Cancer cases per county
Scotland County name
Proportion of the population who work in agricultural fishing and farming
Expected number of lip cancer cases
Clayton D. and Kaldor J. (1987) Empirical Bayes estimates of age-standardized relative risks for use in disease mapping. Biometrics, 43, 671--681.
library(ggplot2) if (FALSE) { ggplot() + geom_sf(data = scotland_sf, aes(fill= cases)) }
Run the code above in your browser using DataLab