wage: Chinese wage data

Description Usage Format Details References Examples

Description

A data frame with hypothetical Chinese wages differenciated by region and industrial sector.

Usage

1

Format

A data frame with 231 observations on the following 3 variables.

Region

factor, Chinese regions with 14 levels.

Sector

factor, industrial sector with 30 levels.

Wage

a numeric vector, average wage in the region and sector measured in Chinese yuan.

Details

The dataset is hypothetical. Its structure imitates the data in the Chinese Statistical Yearbook. The values are simulated corresponding to the distribution of the real data which are not publicly accessible.

References

Kauermann, Goeran/Kuechenhoff, Helmut (2010): Stichproben. Methoden und praktische Umsetzung mit R. Springer.

Examples

1
2
3
4
# Chinese wage data
data(wage)
summary(wage)
submean(wage$Wage,PSU=wage$Region, N=990, M=33, Nl=rep(30,14))

jmanitz/samplingbook documentation built on April 10, 2021, 4:44 p.m.