exAM(robustbase)
exAM()所属R语言包:robustbase
Example Data of Antille and May - for Simple Regression
Antille和5月的数据实例 - 简单回归
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is an artificial data set, cleverly construced and used by Antille and May to demonstrate "problems" with LMS and LTS.
这是一个人工数据集,巧妙地construced Antille和5月,以证明使用“问题”与LMS和LTS。
用法----------Usage----------
data(exAM)
格式----------Format----------
A data frame with 12 observations on 2 variables, x and y.
一个数据框有12个观察2个变量,x和y。
Details
详细信息----------Details----------
Because the points are not in general position, both LMS and LTS typically fail; however, e.g., rlm(*, method="MM") “works”.
因为点不一般的位置,LMS和LTS通常会失败,但是,例如,rlm(*, method="MM")“作品”。
源----------Source----------
Antille, G. and El May, H. (1992) The use of slices in the LMS and the method of density slices: Foundation and comparison.<br> In Yadolah Dodge and Joe Whittaker, editors, COMPSTAT: Proc. 10th Symp. Computat. Statist., Neuchatel, 1, 441–445; Physica-Verlag.
Antille,G.和El日,H.(1992)使用的切片LMS和密度切片的方法:基础和比较。<br>在Yadolah道奇(Dodge)和乔·惠特克,编辑,COMPSTAT:PROC。第10 SYMP。 Computat。统制,纳沙泰尔,1,441-445;物理学出版社。
实例----------Examples----------
data(exAM)
plot(exAM)
summary(ls <- lm(y ~ x, data=exAM))
abline(ls)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|