MU284 {sampling} | R Documentation |
The MU284 population
Description
This data is from Särndal et al (1992), see Appendix B, p. 652.
Usage
data(MU284)
Format
A data frame with 284 observations on the following 11 variables.
- LABEL
identifier number from 1 to 284.
- P85
1985 population (in thousands).
- P75
1975 population (in thousands).
- RMT85
revenues from 1985 municipal taxation (in millions of kronor).
- CS82
number of Conservative seats in municipal council.
- SS82
number of Social-Democratic seats in municipal council.
- S82
total number of seats in municipal council.
- ME84
number of municipal employees in 1984.
- REV84
real estate values according to 1984 assessment (in millions of kronor).
- REG
geographic region indicator.
- CL
cluster indicator (a cluster consists of a set of neighboring).
Source
http://lib.stat.cmu.edu/datasets/mu284
References
Särndal, C.-E., Swensson, B., and Wretman, J. (1992), Model Assisted Survey Sampling, Springer Verlag, New York.
Examples
data(MU284)
hist(MU284$RMT85)