E1.17(SenSrivastava)
E1.17()所属R语言包:SenSrivastava
Data on Population Density and Vehicle Thefts
人口密度和车辆被盗的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E1.17 data frame has 18 rows and 3 columns.
E1.17数据框有18个行3列。
用法----------Usage----------
data(E1.17)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, district of Chicago. 1 is downtown Chicago.
一个数值向量,芝加哥区。图1是芝加哥市中心。
a numeric vector, population density of each district.
一个数值向量,每个区的人口密度。
a numeric vector, vehicle thefts per thousand residents.
一个数值向量,盗窃车辆每万居民。
源----------Source----------
Mark Buslik, Chicago Police Department.
马克Buslik,芝加哥警察局。
实例----------Examples----------
data(E1.17)
attach(E1.17)
plot(pd, vtt)
cat("Use the mouse to identify the outlier in the plot (click on the outlier)\n")
## Not run: identify(pd, vtt)[#不运行:识别(PD,VTT)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|