Skip to content
Prev 730 / 29559 Next

join count with a grid that has NA's

On Mon, 9 Jan 2006, Ronnie Babigumira wrote:

            
Two possibilities: subset the data and the neighbour list to remove the NA 
cells - use subset methods, or turn NA into a factor level - a different 
category - and include it in the analysis (so counting NA/NA and NA with 
real level joins too). Neither very good, nor very bad, depends on your 
needs.

You have to make the decision, there isn't an obviously right one,
especially not just omitting NA/other and NA/NA counts internally by
ignoring them, because then the join count sums will not agree with the
neighbour graph geometry sums.

Roger