cloud(robustbase)
cloud()所属R语言包:robustbase
Cloud point of a Liquid
浊点的液体
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This data set contains the measurements concerning the cloud point of a Liquid, from Draper and Smith (1969). The cloud point is a measure of the degree of crystallization in a stock.
该数据集包含有关的测量的液体,从Draper和Smith(1969)的浊点。浊点是在库存中的结晶度的量度。
用法----------Usage----------
data(cloud)
格式----------Format----------
A data frame with 19 observations on the following 2 variables.
19个观察以下2个变量的数据框。
Percentage Percentage of I-8
Percentage百分比I-8
CloudPoint Cloud point
CloudPoint浊点
源----------Source----------
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, p.96, table 10.
PJ Rousseeuw和AM乐华(1987)稳健回归和孤立点检测; Wiley出版社,第96页,表10。
实例----------Examples----------
data(cloud)
summary(lm.cloud <- lm(CloudPoint ~., data=cloud))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|