scotland(SpatialEpi)
scotland()所属R语言包:SpatialEpi
Lip Cancer in Scotland
在苏格兰的唇癌
译者:生物统计家园网 机器人LoveR
描述----------Description----------
County-level (n=56) data for lip cancer among males in Scotland between 1975-1980
1975年至1980年间在苏格兰的男性县级组(n = 56)的数据唇癌
用法----------Usage----------
data(scotland)
格式----------Format----------
List containing:
List,其中包含:
a table of county IDs, x-coordinates (eastings) and y-coordinates (northings) of the geographic centroid of each county.
一个表的ID,县(东进)x坐标和y坐标(北向)的GEO中心位置,每个县。
a table of county IDs, number of cases, population and strata information
一个县的ID,很多情况下,人口和地层信息表
a Spatial Polygons class (See SpatialPolygons-class) map of Scotland
空间的多边形类(见SpatialPolygons级)苏格兰图
a polygon map of Scotland (See polygon2spatial.polygon)
多边形图上的苏格兰(见polygon2spatial.polygon)
源----------Source----------
Kemp I., Boyle P., Smans M. and Muir C. (1985) Atlas of cancer in Scotland, 1975-1980, incidence and epidemiologic perspective International Agency for Research on Cancer 72.
坎普一,博伊尔P.,Smans M.和Muir C.(1985年)的癌症在苏格兰,1975年至1980年,阿特拉斯的发病率和流行病学的角度来看国际72癌症研究机构。
参考文献----------References----------
参见----------See Also----------
mapvariable, polygon2spatial.polygon, pennLC, NYleukemia
mapvariable,polygon2spatial.polygon,pennLC,NYleukemia
实例----------Examples----------
data(scotland)
data <- scotland$data
scotland.map <- scotland$spatial.polygon
SMR <- data$cases/data$expected
mapvariable(SMR,scotland.map)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|