Transcription of Analysing Spatial Data in R: Worked examples: …
{{id}} {{{paragraph}}}
Analysing Spatial Data in R: Worked examples: disease mapping IRoger BivandDepartment of EconomicsNorwegian School of Economics and Business AdministrationBergen, Norway31 August 2007 disease mappingIDisease mapping is one of the areas of applied statistics thatis developing most rapidly and is in most demandIIt involved both Spatial data and methods ranging fromvisualisation to advanced statisticsIWaller and Gotway discuss many approaches, using, amongother data sets, the classic Scottish lip cancer set by countyIBanerjee, Carlin and Gelfand also discuss the same data set,providing code for a WinBUGS exampleScottish lip cancer data setReading the data as downloaded from Waller and Gotway swebsite, we need first to import the county boundaries and assignthe correct CRS, then transform to the British National Grid:> library(rgdal)> scot_LL <- readOGR(".)
Analysing Spatial Data in R: Worked examples: disease mapping I Roger Bivand Department of Economics Norwegian School of Economics and Business Administration
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}