Skip to content
Prev 28453 / 29559 Next

Offset for spautolm function in Spatialreg package

On Sun, 22 Nov 2020, Kaushi Kanankege via R-sig-Geo wrote:

            
The spautolm function in spatialreg only supports Gaussian dependent 
variables. Perhaps the family= argument misled you to think otherwise, it 
takes the values c("SAR", "CAR, "SMA"), not distribution names. It was 
written as its help page describes to support the spatial regression 
chapter in Waller & Gotway (2004).

For Poisson CAR, see the hglm package, CARBayes, INLA, R2BayesX and many 
others (also mgcv gam() with an "mrf" smooth).

Hope this clarifies,

Roger