2018_FSH556
2018_FSH556 copied to clipboard
Class materials for FSH556: Spatio-temporal models for ecologists in spring 2018 at UW
Following up on today's change-of-support discussion, I found [this thread](https://groups.google.com/forum/#!msg/r-inla-discussion-group/SL5McDqCRyI/j1veDTtJaDQJ;context-place=forum/r-inla-discussion-group) on the INLA mailing list. It mentions that you can do a change-of-support (integrating over an area) with INLA by...
Here is a reproducible example of an issue I had when fiting a spatio-temporal index standardization model to UTM-georeferenced data. If I make my spde mesh using UTMs, the Hessian...
A key part of getting valid approximations to a spatial field in INLA is forming a "good" mesh (triangulation). This section of the "SPDE Tutorial" on the INLA website describes...
My model including the spatial trend runs but returns too low of estimates of Linf (mostly ranging in 30-40). I am not sure why it would be consistently be estimating...
In lab 5, logit_rho is entered as a parameter, but it is later logit inverse-transformed into rho (in the objective function section), where rho is used later in the script...
I am able to run the Gompertz model, but unable to run the Ricker model. I am not sure where my error is located in my Ricker model in the...
I am having trouble getting std. error out of the TMB code. I am using ADREPORT(log_x_t); for the estimated time series, but can't seem to access std. error for it...
I am trying to figure out how to estimate biomass for all 36 years while only fitting the first 31 years. I have the two 'jnll' statements, 1. estimates the...
I noticed setting random = NA (for the first model) results in the error (only when trying to optimize): TMB as received an error from Eigen. index>=0 && index <...
I am trying to run the delta-gamma model separately to make sure it runs, but am running into errors (warning errors when I compile the template file). My gamma equation...