Skip to content

aaronmberger-nwfsc/Geo_dGLMM_habitat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

SpatialDeltaGLMM

  • Is an R package for implementing a spatial delta-generalized linear mixed model (delta-GLMM) for use when standardizing fishery-independent index data for U.S. West Coast surveys.
  • Has built in diagnostic functions and model-comparison tools
  • Is intended to improve analysis speed, replicability, peer-review, and interpretation of index standardization methods
  • Will eventually be improved to incorporate informative help files accessible via standard R commands.

Background

  • This tool is designed to estimate spatial variation in density using fishery-independent data, with the goal of estimating total abundance for a target species in one or more years.
  • The model builds upon delta-generalized linear mixed modelling techniques (Thorson and Ward 2013,2014), which separately models the proportion of tows that catch at least one individual ("encounter probability") and catch rates for tows with at least one individual ("positive catch rates").
  • Submodels for encounter probability and positive catch rates always incorporate variation in density among years (as a fixed effect), and can incorporate variation among sampling vessels (as a random effect, Thorson and Ward 2014).
  • Each submodel can also estimate spatial variation (variation that is constant among years), and spatiotemporal variation (variation over space which differs among years).
  • Spatial and spatiotemporal variation are approximated as Gaussian Markov random fields (Thorson Skaug et al. In press), which imply that correlations in spatial variation decay as a function of distance.
  • The tool incorporates geometric anisotropy, i.e., differences and rotation of the direction of correlation, where correlations may decline faster inshore-offshore than alongshore (Thorson Shelton et al. In press).

Installation Instructions

This function depends on R version >=3.1.1 and a variety of other tools.

First, install the "devtools" package from CRAN

# Install and load devtools package
install.packages("devtools")
library("devtools")

Second, please install the following:

Note: at the moment, TMB and INLA can be installed using the commands

# devtools command to get TMB from GitHub
install_github("kaskr/adcomp/TMB") 
# source script to get INLA from the web
source("http://www.math.ntnu.no/inla/givemeINLA.R")  

Next, please install the geostatistical_delta-GLMM package from this GitHub repository using a function in the "devtools" package:

# Install package
install_github("nwfsc-assess/geostatistical_delta-GLMM", ref="3.3.0") 
# Load package
library(SpatialDeltaGLMM)

Or you can always use the development version

# Install package
install_github("nwfsc-assess/geostatistical_delta-GLMM") 

Known installation/usage issues

none

Example code

Please see examples folder for an example of how to run the model: https://github.com/nwfsc-assess/geostatistical_delta-GLMM/blob/master/examples/Example--simple.R

This code illustrates how to loop through different default model configurations, plot diagnostics for each model, and obtain the AIC for each model.

Please also read the Guidelines for West Coast users wiki page, which is a living document and will evolve over time as best practices become apparent.

Further reading

For more details regarding development and testing of this delta-GLMM software please see:

About

geostatistical delta GLMM model with covariates

Resources

Stars

Watchers

Forks

Packages

No packages published