Re: [R] Spatial Autocorrelation

2009-10-06 Thread spencerg
In addition to the taskview (below), you might consider using the "sos" package, something like the following: sa <- ???'spatial autocorrelation' # 58 matches sc <- ???'spatial correlation' # 181 matches s. <- sa|sc # union of the to 'findFn' objects summary(s.) # 224 links in 57 packages ins

Re: [R] Spatial Autocorrelation

2009-10-06 Thread Corey Sparks
Hi Paulo, if your data are distance matrices, you might consider doing a Mantel test, look at the mantel() function in package vegan. While this is not technically measuring spatial autocorrelation, it will test for correlation between the attribute distances and the geographic distances. Also,

Re: [R] Spatial Autocorrelation

2009-10-06 Thread anna freni sterrantino
Hi Paulo, you may want to take a look at http://cran.r-project.org/web/views/Spatial.html there, you can find all "spatial" packages that can be useful for your question. There is also a a mailing list R-sig-geo that where you can ask all those kind of question. Hope that this helps. Cheers

Re: [R] Spatial autocorrelation

2007-10-25 Thread Geertje Van der Heijden
: Victor Landeiro [mailto:[EMAIL PROTECTED] Sent: 23 October 2007 13:17 To: Geertje Van der Heijden Cc: [EMAIL PROTECTED] Subject: Re: [R] Spatial autocorrelation Hi, On the online Early articles of the Ecography Journal you can find this paper: Dormann et al. 2007: Methods to account for spatial

Re: [R] Spatial autocorrelation

2007-10-23 Thread Victor Landeiro
Hi, On the online Early articles of the Ecography Journal you can find this paper: Dormann et al. 2007: Methods to account for spatial autocorrelation in the analysis of species distributional data: a review. – Ecography in press (Online Early). This article describe several methods to account for

Re: [R] Spatial autocorrelation

2007-10-22 Thread Julian Burgos
Hi Geertje, You should look into linear mixed-effects models. In these you can incorporate spatial correlation explicitly. The basic function to use is lme(), but you should do some reading about this type of models before jumping into it. An excellent resource is the book "Mixed Effects Mo

Re: [R] Spatial autocorrelation

2007-10-22 Thread Thibaut Jombart
Geertje Van der Heijden wrote: >Hi, > >I have collected data on trees from 5 forest plots located within the >same landscape. Data within the plots are spatially autocorrelated >(calculated using Moran's I). I would like to do a ANCOVA type of >analysis combining these five plots, but the assumpti