I work with stream fish species and have used Maxent to model species distributions within stream networks. My workflow has been to use stream segments (e.g., NHDplusV2 polyline dataset) as my base layer for modeling, linking covariates to these segments, and using the Maxent samples-with-data (SWD) approach to run models within the Maxent java applet. In this way, I have not needed, nor used, rasters to characterize my covariates (i.e., think of the stream segments as my model grain, or the "pixels" in a raster).

Although this approach has worked fine in the past, I'm now finding myself unable to adopt many of the new approaches for evaluation of model complexity and fit (e.g., calculation of AICc) that are being employed in several R packages (e.g., ENMeval and MaxentVariableSelection).

In R, I can run my Maxent models with the 'dismo' package with a simplified SWD format (one data.frame with all covariate data, another vector file indicating 0 (background) or 1 (present) for each row. However, all implementations of an AICc calculation I've come across involve the use of raster files, including the packages ENMeval, MaxentVariableSelection, and rmaxent.

Any suggestions on how to move forward?

Thank you,

Andrew

More Andrew T. Taylor's questions See All
Similar questions and discussions