I think a great first three steps would be:
The model in the intro uses a binomial family for the error distribution with a logit link. We'll generally use a Poisson or similar with a log link, giving
$y_s \sim \mathrm{Poisson}(\mu_s)$
$\log (\mu_s) = \alpha + \beta x_s + \mathrm{...}$
In this case, the log link makes sure that $\mu_s$ is positive (Poisson needs a positive mean) and allows the linear expression on the RHS of ' $=$ ' to take on any value (positive or negative). The Poisson distribution allows the response variable $y_s$ to be count data (we'll use hook counts of dogfish from longline surveys). The $\mathrm{...}$ includes one spatial random field (a 'wiggly surface') and one spatiotemporal random field (a 'wiggly surface' that changes each year) as well as other terms. The subscript $s$ is an index giving geographic location.
I think a great first three steps would be:
AIC(m1)for the first model fitThe model in the intro uses a binomial family for the error distribution with a logit link. We'll generally use a Poisson or similar with a log link, giving
In this case, the log link makes sure that$\mu_s$ is positive (Poisson needs a positive mean) and allows the linear expression on the RHS of ' $=$ ' to take on any value (positive or negative). The Poisson distribution allows the response variable $y_s$ to be count data (we'll use hook counts of dogfish from longline surveys). The $\mathrm{...}$ includes one spatial random field (a 'wiggly surface') and one spatiotemporal random field (a 'wiggly surface' that changes each year) as well as other terms. The subscript $s$ is an index giving geographic location.