wage {samplingbook} | R Documentation |
Chinese wage data
Description
A data frame with hypothetical Chinese wages differenciated by region and industrial sector.
Usage
data(wage)
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
# Chinese wage data
data(wage)
summary(wage)
submean(wage$Wage,PSU=wage$Region, N=990, M=33, Nl=rep(30,14))
[Package samplingbook version 1.2.4 Index]