columbus: Columbus crime

columbusR Documentation

Columbus crime

Description

Crime rate in planning neighborhoods in Columbus, Ohio in 1980

Usage

data(columbus)

Format

A data frame with 49 observations on the following 6 variables.

houseval

a numeric vector

income

a numeric vector

crime

a numeric vector

distcbd

a numeric vector

x

a numeric vector

y

a numeric vector

Details

The data consist of variables for mean housing value, mean household income, residential and vehicle thefts combined per thousand people for 1980, distance to the central business district (CBD), and x and y spatial coordinates of neighborhood centroids.

Source

Anselin L (1988) Spatial Econometrics: Methods and Models. Kluwer, Dordrecht

References

Wheeler DC (2007) Diagnostic tools and a remedial method for collinearity in geographically weighted regression. Environment and Planning A, 39: 2464-2481

Examples

data(columbus)
plot(columbus$x, columbus$y)

gwrr documentation built on May 10, 2022, 9:05 a.m.