Abortion(vcdExtra)
Abortion()所属R语言包:vcdExtra
Abortion Opinion Data
人工流产民意数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Opinions about abortion classified by gender and SES
按性别和SES的关于堕胎的意见
用法----------Usage----------
data(Abortion)
格式----------Format----------
A 3-dimensional array resulting from cross-tabulating 3 variables for 1100 observations. The variable names and their levels are:
A 3维数组造成的交叉制表为1100观察3个变量。变量的名字和他们的水平:
Name
名称
Sex
Sex
Status
Status
Support_Abortion
Support_Abortion
Details
详细信息----------Details----------
The combinations of Sex and Status represent four independent samples, having fixed Sex-Status marginal totals. Thus the Sex:Status association must be included in any loglinear model.
的组合Sex和Status代表四个独立样本的,固定的Sex - Status边际总数。因此,Sex:Status协会必须包含在任何的对数线性模型。
源----------Source----------
Christensen, R. (1990). Log-Linear Models, New York, NY: Springer-Verlag, p. 92, Example 3.5.2.
克里斯滕森,R.(1990)。对数线性模型,纽约,NY:施普林格出版社,P。 92,例3.5.2。
Christensen, R. (1997). Log-Linear Models and Logistic Regression, New York, NY: Springer, p. 100, Example 3.5.2.
克里斯滕森,R.(1997)。对数线性模型和Logistic回归,纽约,NY:施普林格,P。 100例3.5.2。
实例----------Examples----------
data(Abortion)
# example goes here[例如在这里]
ftable(Abortion)
mosaic(Abortion, shade=TRUE)
# stratified by Sex[按性别划分的分层]
fourfold(aperm(Abortion, 3:1))
# stratified by Status[分层状态]
fourfold(aperm(Abortion, c(3,1,2)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|