You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some extra utilities in the [sdmTMBextra](https://github.com/pbs-assess/sdmTMBextra) package.
39
39
40
-
**Importantly**, it is recommended to use an optimized BLAS library, which will result in major speed improvements for TMB (and other) models in R (e.g., often 8-fold speed increases for sdmTMB models).
41
-
Suggested installation instructions for [Mac users](https://www.mail-archive.com/r-sig-mac@r-project.org/msg06199.html), [Linux users](https://prdm0.github.io/ropenblas/), [Windows users](https://github.com/david-cortes/R-openblas-in-windows), and [Windows users without admin privileges](https://gist.github.com/seananderson/08a51e296a854f227a908ddd365fb9c1).
40
+
**Importantly**, for large models, it is recommended to use an optimized BLAS library, which will result in major speed improvements for TMB (and other) models in R (e.g., often 8-fold speed increases for sdmTMB models).
41
+
Suggested installation instructions for [Mac users](https://www.mail-archive.com/r-sig-mac@r-project.org/msg06199.html) (pre R 4.5.0) or [with OpenBLAS on a Mac](https://gist.github.com/seananderson/3c6cbf640ba566ce936c79442b9a6068), [Linux users](https://prdm0.github.io/ropenblas/), [Windows users](https://github.com/david-cortes/R-openblas-in-windows), and [Windows users without admin privileges](https://gist.github.com/seananderson/08a51e296a854f227a908ddd365fb9c1).
42
42
To check that you've successfully linked the optimized BLAS, start a new session and run:
43
43
44
44
```r
@@ -47,7 +47,7 @@ X <- matrix(rnorm(m*k), nrow=m); Y <- matrix(rnorm(n*k), ncol=n)
47
47
system.time(X%*%Y)
48
48
```
49
49
50
-
The result ('elapsed') should take a fraction of a second (e.g., 0.03 s), not multiple seconds.
50
+
The result ('elapsed') should take a fraction of a second (e.g., 0.03 s), not > 1 second.
51
51
52
52
## Overview
53
53
@@ -94,7 +94,7 @@ mixed effects models with spatial and spatiotemporal random fields.
A list of (known) publications that use sdmTMB can be found [here](https://github.com/pbs-assess/sdmTMB/wiki/Publications-using-sdmTMB). Please use the above citation so we can track publications.
97
+
A list of (known) publications that use sdmTMB can be found [here](https://github.com/pbs-assess/sdmTMB/tree/main/scratch/citations). Please use the above citation so we can track publications.
sdmTMB is an R package for fitting spatial and spatiotemporal generalized linear mixed effect models (GLMMs) using ([TMB](https://github.com/kaskr/adcomp)), [fmesher](https://github.com/inlabru-org/fmesher), and the [SPDE](https://doi.org/10.1111/j.1467-9868.2011.00777.x) (Stochastic Partial Differential Equation) approach to approximating Gaussian random fields with Gaussian Markov random fields. One common application is spatially explicit species distribution modeling (SDM). See the [documentation site](https://pbs-assess.github.io/sdmTMB/) and a preprint:
16
+
sdmTMB is an R package that fits spatial and spatiotemporal GLMMs (Generalized Linear Mixed Effects Models) using Template Model Builder ([TMB](https://github.com/kaskr/adcomp)), [R-INLA](https://www.r-inla.org/), and Gaussian Markov random fields. One common application is for species distribution models (SDMs). See the [documentation site](https://pbs-assess.github.io/sdmTMB/) and a preprint:
17
17
18
-
Anderson, S.C., E.J. Ward, P.A. English, L.A.K. Barnett, J.T. Thorson. 2024. sdmTMB: an R package for fast, flexible, and user-friendly generalized linear mixed effects models with spatial and spatiotemporal random fields. In press at Journal of Statistical Software. bioRxiv preprint doi: https://doi.org/10.1101/2022.03.24.485545
18
+
Anderson, S.C., E.J. Ward, P.A. English, L.A.K. Barnett, J.T. Thorson. 2024. sdmTMB: an R package for fast, flexible, and user-friendly generalized linear mixed effects models with spatial and spatiotemporal random fields. bioRxiv 2022.03.24.485545; doi: https://doi.org/10.1101/2022.03.24.485545
19
19
20
20
## Table of contents
21
21
@@ -59,17 +59,19 @@ installed, the development version is recommended and can be installed:
0 commit comments