Closed elizabethng closed 5 years ago
Can also probably just do the gamma models, since those basically fit the best for everything.
Need
st-full
: FieldConfig = c(1, 1, 1, 1)
st-pres
: FieldConfig = c(1, 1, 0, 0)
s0-full
: FieldConfig = c(1, 0, 1, 0)
skip this one for nows0-pres
: FieldConfig = c(1, 0, 0, 0)
st-none
: FieldConfig = c(0, 0, 0, 0)
Model selection for additive mixed models (form Zuur)
epsilon
is spatio-temporal, omega
should be spatialSee other notes in https://github.com/elizabethng/predator-diets/issues/40
Added spatial only and non-spatial model in https://github.com/elizabethng/predator-diets/pull/50/commits/5cb2a6e092656e15a44632b5e050d1d69b7f4c1f
For model selection, to see if spatial variation is warranted too (in the first component, that would be
FieldConfig = c(1, 0, 0, 0)