bike(SMPracticals)
bike()所属R语言包:SMPracticals
Bicycling Times
骑自行车时报
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The times taken to cycle up a hill, as function of the bicycle seat height, use of dynamo, and tyre pressure. 16 runs were made using a factorial design.
时间周期了一座小山,自行车的坐垫高度的功能,使用的发电机和轮胎压力。析因设计使用16次。
用法----------Usage----------
data(bike)
格式----------Format----------
A data frame with 16 observations on the following 11 variables.
16以下11个变量的观察与数据框。
day Day of run
日日跑
run Order of run
运行命令的运行
seat Seat height: -1 indicates 26 inches, 1 indicates 30 inches
座椅座椅高度:-1表示26英寸,1表示30英寸
dynamo Use of dynamo: -1 indicates not used
发电机使用发电机:-1表示不使用
tyre Tyre pressure: -1 indicates 40 psi, 1 indicates 55 psi
轮胎轮胎压力:-1表示40磅,1表示55 PSI
dayf factor corresponding to day
dayf因素对应日
runf factor corresponding to run
runf系数对应于运行
seatf factor corresponding to seat height
seatf因素对应的座椅高度
dynamof factor corresponding to use of dynamo
dynamof因素相应使用的发电机
tyref factor corresponding to tyre pressure
tyref对应轮胎压力的因素
time Run time (seconds)
时间运行时间(秒)
源----------Source----------
Box, G. E. P., Hunter, W. G. and Hunter, J. S. (1978) Statistics for Experimenters. New York: Wiley.
箱,GEP,猎人,WG和亨特,JS(1978)实验统计。北京:科学出版社。
参考文献----------References----------
Page 357.
实例----------Examples----------
data(bike)
anova(lm(time~dayf+runf+seat+dynamo+tyre,data=bike))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|