Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbs-assess/sdmtmbextra

:hammer: Extra tools for working with sdmTMB models
https://github.com/pbs-assess/sdmtmbextra

Last synced: 3 days ago
JSON representation

:hammer: Extra tools for working with sdmTMB models

Awesome Lists containing this project

README

        

# sdmTMBextra

[![R-CMD-check](https://github.com/pbs-assess/sdmTMBextra/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pbs-assess/sdmTMBextra/actions/workflows/R-CMD-check.yaml)

sdmTMBextra is an R package with extra utilities for working with [sdmTMB](https://github.com/pbs-assess/sdmTMB) models. Functionality includes:

- Sampling with MCMC using [rstan](https://CRAN.R-project.org/package=rstan)/[tmbstan](https://CRAN.R-project.org/package=tmbstan)
- Spatial correlation barriers with SPDE meshes based on utilities from INLA

The package was developed to reduce heavier package dependencies within the main [sdmTMB](https://github.com/pbs-assess/sdmTMB) package.

## Installation

You can install sdmTMBextra with:

``` r
# install.packages("remotes")
remotes::install_github("pbs-assess/sdmTMBextra", dependencies = TRUE)
```

See the examples within the help files and the main [sdmTMB vignettes](https://pbs-assess.github.io/sdmTMB/) (under 'Articles').

**Always load the sdmTMBextra package *after* sdmTMB**