pennLC(SpatialEpi)
pennLC()所属R语言包:SpatialEpi
Pennsylvania Lung Cancer
宾夕法尼亚肺癌
译者:生物统计家园网 机器人LoveR
描述----------Description----------
County-level (n=67) population/case data for lung cancer in Pennsylvania in 2002, stratified on race (white vs non-white), gender and age (Under 40, 40-59, 60-69 and 70+). Additionally, county-specific smoking rates.
县级组(n = 67)的人口/箱数据于2002年,在宾夕法尼亚州的肺癌分层种族(白色与非白人),性别,年龄(根据40,40-59,60-69和70 +)。此外,县级特定的吸烟率。
用法----------Usage----------
data(pennLC)
格式----------Format----------
List of 3 items:
3个项目的列表:
a table of county IDs, longitude/latitude of the geographic centroid of each county
县的表的ID,每个县的GEO中心位置的经度/纬度
a table of county IDs, number of cases, population and strata information
一个县的ID,很多情况下,人口和地层信息表
a table of county IDs and proportion of smokers
一个县的ID和吸烟者的比例表
an object of class SpatialPolygons (See SpatialPolygons-class)
一个对象的类SpatialPolygons的(见SpatialPolygons级)
源----------Source----------
Population data was obtained from the 2000 decennial census, lung cancer and smoking data were obtained from the Pennsylvania Department of Health website: http://www.dsf.health.state.pa.us/
人口数据,从2000年的十年一度的人口普查,肺癌和吸烟的数据,获得来自宾夕法尼亚州卫生署网页:http://www.dsf.health.state.pa.us/
参见----------See Also----------
scotland, NYleukemia
scotland,NYleukemia
实例----------Examples----------
data(pennLC)
pennLC$geo
pennLC$data
pennLC$smoking
# Map smoking rates in Pennsylvania[在宾夕法尼亚州的图吸烟率]
mapvariable(pennLC$smoking[,2], pennLC$spatial.polygon)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|