I'm new to GLMs and I need to do several GLM using a kilometric abundance index (non integer, but calculated from a count) as the dependent variable and several habitat traits as the independent ones.
I was told to try to do it with family=poisson(link="log")
(although its not an integer) and with family=gaussian(link="identity")
by different people. I tried to do both, but now I don't know how to choose the best one for each case. I printed the QQPlots of the residuals and the residual vs fitted, and I can only see very small differences. Are there more effective (or less subjective) methods to determine which GLM fits better in each case?