Hi!

I have data on captures per year (n=13) and I want to analyze the relation with years (is it increasing, decreasing or staying the same with time).

Total captures ~ year

Because it is number of individuals in a period of time, first I fitted a GLM with Poisson distribution, however, the overdispersion was very high, so I changed to Negative binomial. With this, I eliminated the overdispersion but the model fitting doesn't look great (see photo), and the explained deviance is %36.

On the other side I fitted an lm, following the normal distribution, and the model fitting looks better (see photo), and the R2 is 0.46.

PD: Also when fitting the distribution of the dependent variable using the function fitdist (from fitdistrplus package) the normal distribution seems to be the best fitted (see photo).

Mu question is, should I choose the best model (LM), or should I choose the GLM because of the type of data I have?

Thank you!

More Itxaso Quintana's questions See All
Similar questions and discussions