Skip to content
Prev 11310 / 29559 Next

Spatial Lag and Error Model

On Fri, 25 Mar 2011, Janmaat, John wrote:

            
See ?errorrsarlm, method= argument. You should not expect to be able to 
use dense matrix methods with as many observations. For k nearest 
neighbours, I suggest LU for an exact result, perhaps MC for an 
approximation.
Ditto.
Ditto - ?lagsarlm
Ditto.

You may also see singularities because your RHS variables appear to be 
close to colinear.
Both of these come when inverting the asymmetric covariance matrix of the 
variables, read about why this happens on the function help pages - it is 
described in details, and may also concern the scaling of your variables.
Ditto.
Read the function help pages fully before you use the functions?

Roger