Skip to content
Prev 8670 / 29559 Next

sp.correlogram

On Mon, 28 Jun 2010, Robert Pazur wrote:

            
Are you perhaps not deleting the previous large objects that you have 
created? Look at ls(), and use rm() and gc() to get rid of unneeded 
objects. If you are careful, you may do save() before rm(), to have a copy 
of the nb or listw object for each step. If I recall, your points are in a 
grid 20m apart, so you might also consider using other approaches to this.

Roger