JobSatisfaction | R Documentation |
Data from Petersen (1968) about the job satisfaction of 715 blue collar workers, selected from Danish Industry in 1968.
data("JobSatisfaction")
A data frame with 8 observations and 4 variables.
frequency.
factor indicating quality of management (bad, good).
factor indicating supervisor's job satisfaction (low, high).
factor indicating worker's own job satisfaction (low, high).
E. B. Andersen (1991), The Statistical Analysis of Categorical Data, Table 5.4.
E. B. Andersen (1991), The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin.
E. Petersen (1968), Job Satisfaction in Denmark. (In Danish). Mentalhygiejnisk Forlag, Copenhagen.
data("JobSatisfaction")
structable(~ ., data = JobSatisfaction)
mantelhaen.test(xtabs(Freq ~ own + supervisor + management,
data = JobSatisfaction))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.