Skip to content
Prev 19797 / 29559 Next

Collinearity test

Hi Maurizio,

You can use vif, vifstep, vifcor and exclude functions in usdm package to deal with collinearity problem in environmental variables. The input variables can be either raster object or data.frames. You can find an example of using these function for SDM in the following reference:

Naimi, B.,et al..(2013). Where is positional uncertainty a problem for species distribution modelling, Ecography. DOI: 10.1111/j.1600-0587.2013.00205.x<http://onlinelibrary.wiley.com/doi/10.1111/j.1600-0587.2013.00205.x/abstract>

Hope this helps.

Cheers,

Babak
http://r-gis.net
Date: Sun, 17 Nov 2013 12:03:18 -0800
From: "Robert J. Hijmans" <r.hijmans at gmail.com>
To: "Proosdij, Andre van" <andre.vanproosdij at wur.nl>
Cc: "r-sig-geo at r-project.org" <r-sig-geo at r-project.org>,        Maurizio
        Marchi <mauriziomarchi85 at gmail.com>
Subject: Re: [R-sig-Geo] Collinearity test
Message-ID:
        <CANtt_hw=3-EtHj+B3AjowNTX3_7ZDhGUWexDa3OzVWFRjCEOeA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Also see:

library(dismo)
s <- stack(system.file("external/rlogo.grd", package="raster"))
pairs(s)

Robert

On Wed, Nov 13, 2013 at 3:06 AM, Proosdij, Andre van
<andre.vanproosdij at wur.nl> wrote:

  
  
Message-ID: <F4F0D729F6AAFE47A105B7809266251710EE7539@EXMBX21.ad.utwente.nl>
In-Reply-To: <F4F0D729F6AAFE47A105B7809266251710EE7528@EXMBX21.ad.utwente.nl>