Learn R Programming

sampling (version 2.9)

MU284: The MU284 population

Description

This data is from S<e4>rndal et al (1992), see Appendix B, p. 652.

Usage

data(MU284)

Arguments

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).

References

S<e4>rndal, C.-E., Swensson, B., and Wretman, J. (1992), Model Assisted Survey Sampling, Springer Verlag, New York.

Examples

Run this code
# NOT RUN {
data(MU284)
hist(MU284$RMT85)
# }

Run the code above in your browser using DataLab