telef(robustbase)
telef()所属R语言包:robustbase
Number of International Calls from Belgium
来自比利时的国际长途检测号码
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Number of international calls from Belgium, taken from the Belgian Statistical Survey, published by the Ministry of Economy.
,从比利时经济部公布的统计调查结果显示,从比利时的国际长途检测号码。
用法----------Usage----------
data(telef)
格式----------Format----------
A data frame with 24 observations on the following 2 variables.
24个观察以下2个变量的数据框。
Calls Number of Calls (in tens of millions)
Calls号码的呼叫(在数以千万计)
Year Year (1950 - 1973)
Year年(1950年至1973年)
源----------Source----------
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, page 26, table 2.
PJ Rousseeuw和AM乐华(1987)稳健回归和孤立点检测; Wiley出版社,第26页,表2。
实例----------Examples----------
data(telef)
summary(lm.telef <- lm(Year~., data=telef))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|