[R-sig-Geo] coff standard erros in ggwr
Nelson Oliveira
oliveira.nf at gmail.com
Tue Sep 16 22:34:17 CEST 2008
I'm using the function ggwr (for the first time). I want to test the
significance of the coeff. estimates (global), but I can't find their
standard errors. I used the following code:
xx<-SpatialPointsDataFrame(coords=coord,data=en1)
bw <- ggwr.sel(numhomicidio~offset(log(popmedia))+I12 + I4 + I5 +
I10,data=xx,family=quasipoisson())
ed_quasi<-ggwr(numhomicidio~offset(log(popmedia))+I12 + I4 + I5 + I10,
data=xx,family=quasipoisson(),bandwidth=bw)
Thanks
Nelson
More information about the R-sig-Geo
mailing list