E6.1(SenSrivastava)
E6.1()所属R语言包:SenSrivastava
Data on Automobile Speed and Distance Covered to Come to a Standstill
汽车的速度和距离的数据范围陷于停顿
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E6.1 data frame has 62 rows and 2 columns.
E6.1数据框有62个行2列。
用法----------Usage----------
data(E6.1)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, distance covered to come to a standstill after breaking.
一个数值向量,覆盖距离来分手后停滞状态。
a numeric vector, speed before breaking.
一个数值向量,速度才打破。
源----------Source----------
From Ezekiel,M. and F. A. Fox, Methods of Correlation and Regression Analysis. Copyright 1959 John Wiley and Sons, Inc.
以西结书, FA福克斯,相关分析和回归分析的方法。版权1959年John Wiley和Sons公司
实例----------Examples----------
data(E6.1)
attach(E6.1)
plot(sp., d.)
detach()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|