deflection(UsingR)
deflection()所属R语言包:UsingR
Deflection under load
载荷下挠曲
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The data collected in a calibration experiment consisting of a known load, applied to the load cell, and the corresponding deflection of the cell from its nominal position.
组成的公知的负载,施加到负载单元,和从它的标称位置的单元格对应的偏转校正实验中收集的数据。
用法----------Usage----------
data(deflection)
格式----------Format----------
A data frame with 40 observations on the following 2 variables.
40个观察以下2个变量的数据框。
Deflection a numeric vector
Load a numeric vector
加载数字矢量
源----------Source----------
From an example in Engineering Statistics Handbook from http://www.itl.nist.gov/div898/handbook/
从一个例子,从http://www.itl.nist.gov/div898/handbook/工程统计手册
实例----------Examples----------
data(deflection)
res = lm(Deflection ~ Load, data = deflection)
plot(Deflection ~ Load, data = deflection)
abline(res) # looks good?[看起来不错?]
plot(res)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|