Mental(vcdExtra)
Mental()所属R语言包:vcdExtra
Mental impariment and parents SES
精神impariment和家长SES
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A 6 x 4 contingency table representing the cross-classification of mental health status (mental) of 1660 young New York residents by their parents' socioeconomic status (ses).
一个6×4列联表表示的交叉分类的心理健康状况(mental)(1660年年轻父母的社会经济地位的纽约居民ses“)。
用法----------Usage----------
data(Mental)
格式----------Format----------
A data frame frequency table with 24 observations on the following 3 variables.
一个数据框的频数分布表与24上的以下3个变量的观测。
ses an ordered factor with levels 1 < 2 < 3 < 4 < 5 < 6
ses一个有序的因素与水平123456
mental an ordered factor with levels Well < Mild < Moderate < Impaired
mental一个有序的因素与水平WellMildModerateImpaired
Freq cell frequency: a numeric vector
Freq的单元频率:数字矢量
Details
详细信息----------Details----------
Both ses and mental can be treated as ordered factors or integer scores. For ses, 1="High" and 6="Low".
这两个ses和mental可以视为有序因子或整数分数。对于ses,1 =“高”和“低”。
源----------Source----------
Haberman, S. J. The Analysis of Qualitative Data: New Developments, Academic Press, 1979, Vol. II, p. 375.
哈伯曼,SJ的定性数据分析:新的发展,科学出版社,1979年,第。 II。 375。
Srole, L.; Langner, T. S.; Michael, S. T.; Kirkpatrick, P.; Opler, M. K. & Rennie, T. A. C. Mental Health in the Metropolis: The Midtown Manhattan Study, NYU Press, 1978, p. 289
兰纳,TS Srole,L.;,ST迈克尔·柯克帕特里克,P.;奥普勒,MK雷尼,TAC心理健康的大都市:曼哈顿中城的研究,纽约大学出版社,1978年,页。 289
参考文献----------References----------
实例----------Examples----------
data(Mental)
str(Mental)
(Mental.tab <- xtabs(Freq ~ ses+mental, data=Mental))
# mosaic and sieve plots[马赛克和筛图]
mosaic(Mental.tab, gp=shading_Friendly)
sieve(Mental.tab, gp=shading_Friendly)
library(ca)
plot(ca(Mental.tab), main="Mental impairment & SES")
title(xlab="Dim 1", ylab="Dim 2")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|