Georgia | R Documentation |
Census data from the county of Georgia, USA
data(Georgia)
A data frame with 159 observations on the following 13 variables.
An identification number for each county
The latitude of the county centroid
The longitude of the county centroid
Population of the county in 1990
Percentage of the county population defined as rural
Percentage of the county population with a bachelors degree
Percentage of the county population aged 65 or over
Percentage of the county population born outside the US
Percentage of the county population living below the poverty line
Percentage of the county population who are black
a numeric vector of IDs
a numeric vector of x coordinates
a numeric vector of y coordinates
This data set can also be found in GWR 3 and in spgwr.
Fotheringham S, Brunsdon, C, and Charlton, M (2002), Geographically Weighted Regression: The Analysis of Spatially Varying Relationships, Chichester: Wiley.
data(Georgia)
ls()
coords <- cbind(Gedu.df$X, Gedu.df$Y)
educ.spdf <- SpatialPointsDataFrame(coords, Gedu.df)
spplot(educ.spdf, names(educ.spdf)[4:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.