-----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of james taylor Sent: Friday, June 06, 2003 9:38 AM To: r-help at stat.math.ethz.ch Subject: [R] Moran's index Hi, I am looking for some code for Moran's I. Has anyone previously done this? I have been unable to find it in the search engines. James
A quick search using the R site search engine, shows that package 'spdep' by Roger Bivand contains what you are looking for. The URL for the help page for function moran() is at: http://finzi.psych.upenn.edu/R/library/spdep/html/moran.html See the associated functions listed on that page. HTH, Marc Schwartz