coleman(robustbase)
coleman()所属R语言包:robustbase
Coleman Data Set
科尔曼数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Contains information on 20 Schools from the Mid-Atlantic and New England States, drawn from a population studied by Coleman et al. (1966). Mosteller and Tukey (1977) analyze this sample consisting of measurements on six different variables, one of which will be treated as a responce.
包含的信息从大西洋中部和新英格兰州,来自Coleman等人研究了人口的20所学校。 (1966)。莫斯特勒和Tukey(1977)分析组成的6个不同的变量,其中之一将被处理作为一个的反响测量此示例。
用法----------Usage----------
data(coleman)
格式----------Format----------
A data frame with 20 observations on the following 6 variables.
以下6个变量的20个观测数据框。
salaryP staff salaries per pupil
salaryP员工工资,每名学生
fatherWc percent of white-collar fathers
fatherWc%的父亲白领的
sstatus socioeconomic status composite deviation: means for family size, family intactness, father's education, mother's
sstatus社会经济地位复合偏差:指家庭规模,家庭完整性,父亲的教育,母亲的
teacherSc mean teacher's verbal test score
teacherSc意味着教师的语言测试成绩
motherLev mean mother's educational level, one unit is equal
motherLev的意思是母亲的教育水平,一个单位等于
Y verbal mean test score (y, all sixth graders)
Y口头的平均测试成绩(Y,所有六年级学生)
(作者)----------Author(s)----------
Valentin Todorov
源----------Source----------
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection Wiley, p.79, table 2.
PJ Rousseeuw AM乐华(1987)稳健回归和离群Wiley出版社,第79页,表2。
实例----------Examples----------
data(coleman)
pairs(coleman)
summary( lm.coleman <- lm(Y ~ . , data = coleman))
summary(lts.coleman <- ltsReg(Y ~ . , data = coleman))
coleman.x <- data.matrix(coleman[, 1:6])
(Cc <- covMcd(coleman.x))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|