burt(SMPracticals)
burt()所属R语言包:SMPracticals
IQs of identical twins
同卵双胞胎的智商
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are said to be measurements of IQ scores for pairs of identical twins, the first raised by foster parents and the second raised by natural parents, published by Sir Cyril Burt. Cases are divided into groups according to parents' social class, A-C, labelled 1-3. The general objective is to assess the impact of social class, and in particular the effect of environment, on IQ.
这些被说成是对同卵双胞胎的IQ分数的测量,首次提出养父母的亲生父母,公布的西里尔·伯特先生所提出的第二。根据父母的社会阶层,AC,标记为1-3的情况下,被分成几个组。总的目标是社会阶层的影响进行评估,以及环境的影响,特别是对IQ。
用法----------Usage----------
data(burt)
格式----------Format----------
A data frame with 27 observations on the following 3 variables.
27以下3个变量的观察与数据框。
y IQ score for twin raised in foster home
Ÿ在寄养家庭长大智商得分为双
x IQ score for twin raised by natural parents
x IQ得分为双提出的亲生父母
class Social class of twins
类社会阶层对双胞胎
Details
详细信息----------Details----------
Burt used these and similar data to argue that IQ was largely inherited, a view which strongly influenced British education through the creation of the 11+ exam, which was used to decide which children should be given different forms of education. However after his death it was suggested that the data were fake, a view accepted by some and strongly rebutted by others.
伯特使用过这些和类似的数据认为,智商主要是遗传的,强烈影响了英国教育的11 +考试,这是用来决定哪些孩子应给予不同形式的教育,通过建立一个视图。然而,在他去世后,它的数据是假的,接受的观点,并强烈反驳别人。
源----------Source----------
Unpublished lecture notes of David Hinkley.
大卫·欣克利的未发表的讲义。
参考文献----------References----------
实例----------Examples----------
data(burt)
attach(burt)
par(pty="s")
plot(x,y,type="n",xlim=c(60,140),ylim=c(60,140))
text(x,y,class,cex=0.8)
abline(0,1,lty=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|