E1.11(SenSrivastava)
E1.11()所属R语言包:SenSrivastava
Data on violent and property crimes in 22 metropolitan areas of the U.S.
在美国22个大都市区域的暴力犯罪和财产犯罪的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E1.11 data frame has 23 rows and 4 columns.
E1.11数据框有23行和第4列。
用法----------Usage----------
data(E1.11)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a character vector, names and state of each metropolitan area.
字符向量,每个大都市区的名称和状态。
a numeric vector, units of measurenment not given.
一个数值向量,单位测量规范。
a numeric vector, units of measurement not given.
一个数值向量,计量单位。
a numeric vector, in thousands.
一个数值向量,以千计。
源----------Source----------
Dacey, M.F.(1983) Social science Theories and Methods I: Models of data, Evanston: Northwestern University.
Dacey,MF(1983)社会科学的理论和方法,我的数据模型,埃文斯顿西北大学(Northwestern University)。
实例----------Examples----------
data(E1.11)
attach(E1.11)
plot(Population, Violent.Crimes)
detach()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|