E1.7(SenSrivastava)
E1.7()所属R语言包:SenSrivastava
Data on Population and Number of Telephones
人口与检测号码的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E1.7 data frame has 6 rows and 2 columns. The relation between population and number of telephones have been used to estimate the population in non-census years.
E1.7数据框有6行2列。人口和数量的检测之间的关系已被用于在非普查年来估计总体。
用法----------Usage----------
data(E1.7)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, number of residents.
一个数值向量,居民人数。
a numeric vector, number of telephones.
一个数值向量,号码的检测。
源----------Source----------
Prof. Edwin Thomas, Department of Geography, University of Illinois at Chicago.
埃德温·托马斯教授,伊利诺伊大学芝加哥分校GEO系。
实例----------Examples----------
data(E1.7)
attach(E1.7)
plot(RES, MAINS)
plot(sqrt(RES), sqrt(MAINS))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|