JobSatisfaction(vcd)
JobSatisfaction()所属R语言包:vcd
Job Satisfaction Data
工作满意度数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data from Petersen (1968) about the job satisfaction of 715 blue collar workers, selected from Danish Industry in 1968.
彼得森(1968)约715蓝领工人的工作满意度,在1968年从丹麦工业的数据。
用法----------Usage----------
data("JobSatisfaction")
格式----------Format----------
A data frame with 8 observations and 4 variables.
8个观测和4个变量的数据框。
Freq frequency.
频率频率。
management factor indicating quality of management (bad,
管理品质管理(坏的因素,
supervisor factor indicating supervisor's job satisfaction
主管指示主管的工作满意度的因素
own factor indicating worker's own job satisfaction (low,
自身因素,表示工人自己的工作满意度(低,
源----------Source----------
E. B. Andersen (1991), The Statistical Analysis of Categorical Data, Table 5.4.
EB安徒生(1991年),分类数据的统计分析,表5.4。
参考文献----------References----------
The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin.
Job Satisfaction in Denmark. (In Danish). Mentalhygiejnisk Forlag, Copenhagen.
实例----------Examples----------
data("JobSatisfaction")
structable(~ ., data = JobSatisfaction)
mantelhaen.test(xtabs(Freq ~ own + supervisor + management,
data = JobSatisfaction))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|