E6.10(SenSrivastava)
E6.10()所属R语言包:SenSrivastava
Data on Perceived and Computed Travel Times by Bus
数据感知和计算旅行时间由总线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E6.10 data frame has 32 rows and 3 columns.
E6.10数据框有32个行3列。
用法----------Usage----------
data(E6.10)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, number of respondents, weights for the linear regression.
一个数值向量,数受访者中,权重的线性回归。
a numeric vector, computed travel times between a pair of zones in Chicago.
一个数值向量,计算旅行时间在芝加哥的区域之间的一对。
a numeric vector, perceived travel times, as reported to the U.S. Census Bureau.
一个数值向量,自觉的旅行时间,美国人口普查局报告。
Details
详细信息----------Details----------
x where computed from bus timetables, adding an average waiting time at the stop, and an average walking time from zone center to bus stop. y is the average reported by n travelers, to the US census bureau. The variable t introduced in the example below is the one for multiple bus transfers, used in example 8.1 page 161.
x其中公交时刻表,计算出的平均轮候时间停止,平均步行时间从区域中心巴士站。 y是n旅客,美国人口普查局的报告的平均。变量t介绍,在下面的例子是一个多总线传输,例如8.1第161页。
源----------Source----------
The data where selected by one of the authors from a larger data set compiled by C忙sar Singh from census tapes, timetables and maps.
在选择的作者之一,从一个更大的数据集的数据编制的凯撒·辛格普查磁带,时间表和图。
实例----------Examples----------
data(E6.10)
## Manipulations of the data for example 8.1, page 161:[操作的数据,例如8.1,第161页:]
t <- c(0,1,rep(0,20),1,rep(0,5),1,rep(0,3))
e6.10 <- data.frame(E6.10, t=t)
rm(t)
summary(e6.10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|