E2.4(SenSrivastava)
E2.4()所属R语言包:SenSrivastava
International Car Ownership Data
国际汽车所有权数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E2.4 data frame has 24 rows and 8 columns, all data are for 1978.
E2.4数据框有24行8列,所有的数据是在1978年。
用法----------Usage----------
data(E2.4)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a character vector, name of each country.
字符向量,每个国家的名称。
a numeric vector, cars per person.
一个数值向量,每个人的汽车。
a numeric vector, population of country in millions.
一个数值向量,数百万人口的国家。
a numeric vector, population density.
一个数值向量,人口密度。
a numeric vector, per capita income in U.S. dollars.
一个数值向量,人均收入(美元)。
a numeric vector, gasoline price in U.S. cents per liter.
一个数值向量,在美国美分,每公升的汽油价格。
a numeric vector, Tonnes of gasoline consumed per car per year.
一个数值向量,吨每车每年消耗的汽油。
a numeric vector, thousands of passenger-kilometers per person of bus and rail use.
一个数值向量,数以千计的乘客使用的公共汽车和铁路每人公里。
Details
详细信息----------Details----------
Develop a model with AO as the response variable.
AO作为响应变量建立一个模型。
源----------Source----------
OECD (1982)
经济合作与发展组织(1982年)
实例----------Examples----------
data(E2.4)
summary(E2.4)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|