# NOT RUN {
data(columbus, package="spData")
gwer.bw <- gwer.sel(CRIME ~ INC, data=columbus, family = Normal(),
coords=cbind(columbus$X, columbus$Y))
# }
# NOT RUN {
data(columbus, package="spData")
gwer.bw <- gwer.sel(CRIME ~ INC, data=columbus, family = Student(df=4),
coords=cbind(columbus$X, columbus$Y), method = "aic")
# }
Run the code above in your browser using DataLab