| WorkerSat | R Documentation |
Worker Satisfaction Data
Description
Blue collar workers job satisfaction from large scale investigation in Denmark in 1968 (Andersen, 1991).
Usage
data("WorkerSat")
Format
A frequency data frame with 8 observations on the following 4 variables, representing the 2 x 2 x 2 classification of 715 cases.
ManageQuality of management, an ordered factor with levels
bad<goodSuperSupervisor satisfaction, an ordered factor with levels
low<highWorkerWorker job satisfaction, an ordered factor with levels
low<highFreqa numeric vector
Source
Originally from https://online.stat.psu.edu/stat504/lesson/10/
References
Andersen, E. B. (1991) Statistical Analysis of Categorical Data, 2nd Ed., Springer-Verlag.
Examples
data(WorkerSat)
worker.tab <- xtabs(Freq ~ Worker + Super + Manage, data=WorkerSat)
fourfold(worker.tab)
mosaic(worker.tab, shade=TRUE)