E10.11(SenSrivastava)
E10.11()所属R语言包:SenSrivastava
Longley's Data
朗利的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E10.11 data frame has 16 rows and 7 columns. This is a selection of Longley's multicollinear data (1967).
E10.11数据框有16个行7列。这是一个选择的朗利的多重共线性数据(1967年)。
用法----------Usage----------
data(E10.11)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, a price index.
一个数值向量,价格指数。
a numeric vector, gross national product.
一个数值向量,国民生产总值(GDP)。
a numeric vector, unemployment rate.
一个数值向量,失业率的上升。
a numeric vector, employment in the armed forces.
一个数值向量,在部队工作。
a numeric vector, noninstitutional population.
一个数值向量,非机构人口。
a numeric vector, the year.
一个数值向量的一年。
a numeric vector, the response, total employment.
一个数值向量,反应,总就业人数。
源----------Source----------
Reproduced from the Journal of the American Statistical Association, 62.
从美国统计协会,62杂志转载。
实例----------Examples----------
data(E10.11)
summary(E10.11)
plot(E10.11)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|