Skip to content

Spatio-temporal GAM vs sdmTMB Model Standard Errors #179

Answered by seananderson
Nathan-Hebert asked this question in Q&A
Discussion options

You must be logged in to vote

If 2001 and 2019 are the beginning and end (or near to it) then might you just be seeing the uncertainty from the smoother tails?

library(mgcv)
#> Loading required package: nlme
#> This is mgcv 1.8-41. For overview type 'help("mgcv-package")'.
fit <- gam(density ~ s(year, k = 3), data = sdmTMB::pcod, family = tw())
plot(fit)

Created on 2023-02-15 with reprex v2.0.2

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Nathan-Hebert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants