E9.3(SenSrivastava)
E9.3()所属R语言包:SenSrivastava
"Areas", lengths and widths of rectangles
“区域”,矩形的长度和宽度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E9.3 data frame has 50 rows and 3 columns. Made by random sampling numbers.
E9.3数据框有50行3列。通过随机抽样数。
用法----------Usage----------
data(E9.3)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, area of the rectangle.
一个数值向量,该矩形的面积。
a numeric vector, length of the rectangle.
一个数值向量,长度的矩形。
a numeric vector, width of the ractangle.
一个数值向量,宽度的ractangle。
实例----------Examples----------
data(E9.3)
E9.3.m1 <- lm(y ~ x1 + x2, data=E9.3)
attach(E9.3)
plot(x1, resid(E9.3.m1))
plot(x2, resid(E9.3.m1))
detach(E9.3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|