Skip to content

Commit 9b97235

Browse files
committed
Update README citation
1 parent 8938250 commit 9b97235

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ To cite sdmTMB in publications use:
8888
citation("sdmTMB")
8989
```
9090

91-
Anderson, S.C., E.J. Ward, P.A. English, L.A.K. Barnett., J.T. Thorson. 2024.
91+
Anderson, S.C., E.J. Ward, P.A. English, L.A.K. Barnett., J.T. Thorson. 2025.
9292
sdmTMB: an R package for fast, flexible, and user-friendly generalized linear
9393
mixed effects models with spatial and spatiotemporal random fields.
9494
In press at Journal of Statistical Software.
95-
Preprint DOI: <https://doi.org/10.1101/2022.03.24.485545>
95+
bioRxiv preprint: <https://doi.org/10.1101/2022.03.24.485545>.
9696

9797
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.
9898

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ citation("sdmTMB")
158158
```
159159

160160
Anderson, S.C., E.J. Ward, P.A. English, L.A.K. Barnett., J.T. Thorson.
161-
2024. sdmTMB: an R package for fast, flexible, and user-friendly
161+
2025. sdmTMB: an R package for fast, flexible, and user-friendly
162162
generalized linear mixed effects models with spatial and spatiotemporal
163-
random fields. In press at Journal of Statistical Software. Preprint
164-
DOI: <https://doi.org/10.1101/2022.03.24.485545>
163+
random fields. In press at Journal of Statistical Software. bioRxiv
164+
preprint: <https://doi.org/10.1101/2022.03.24.485545>.
165165

166166
A list of (known) publications that use sdmTMB can be found
167167
[here](https://github.com/pbs-assess/sdmTMB/wiki/Publications-using-sdmTMB).
@@ -269,7 +269,7 @@ fit
269269
#> Conditional model:
270270
#> coef.est coef.se
271271
#> (Intercept) 2.37 0.21
272-
#> sdepth 0.62 2.53
272+
#> sdepth -0.62 2.53
273273
#>
274274
#> Smooth terms:
275275
#> Std. Dev.
@@ -301,7 +301,7 @@ tidy(fit, conf.int = TRUE)
301301
#> term estimate std.error conf.low conf.high
302302
#> <chr> <dbl> <dbl> <dbl> <dbl>
303303
#> 1 (Intercept) 2.37 0.215 1.95 2.79
304-
#> 2 sdepth 0.62 2.53 -4.34 5.58
304+
#> 2 sdepth -0.62 2.53 -5.58 4.34
305305
tidy(fit, effects = "ran_pars", conf.int = TRUE)
306306
#> # A tibble: 4 × 5
307307
#> term estimate std.error conf.low conf.high

0 commit comments

Comments
 (0)