Skip to content
Prev 11796 / 29559 Next

Join count analysis in R

On Wed, 25 May 2011, geetha ramaswami wrote:

            
See joincoint.test() in spdep for the original Cliff/Ord test. You'll need 
to construct a weights object, probably using dnearneigh() and nb2listw() 
in the same package, and ensure that the input data are in vector form in 
the same order as the weights. See also the examples for joincoint.test() 
and joincoint.multi().

Roger