HI Mark users,
I’ve been trying to find some documentation on what to do about colinearity between covariates when modeling in RMark , but I’ve had no luck so far
Problem:
I have colinearity between to continuous covariates (r= 0.69), release date and age at release. I’m reluctant to just remove one as I am interested in their individual effects. The table I have currently is below, however, its incorrect to interpret effects of the individual covariates from models 1 and 3.
1. S(~rel.date) npar 17 QAIC 924.5 Delta 0.00 Weigh0.551 Dev 888.70
2. S(~release.age + rel.date) npar 18 QAIC 926.71 Delta 2.203 Weight0.18 Dev 888.6
3. S(~release.age) npar 17 QAIC 929.3 Delta 4.81 Weight 0.04 Dev 893.5
Freckleton (2002) (Misuse of residuals in multiple regression) suggested that for multiple regressions, the two covariates should be included in the model together for more reliable parameter estimation. I can imagine the same would be true here.
So under this scenario, am I best to just use the additive model 2 knowing that these covariates are correlated? Model 1 clearly produces a “better” model but the extra parameter in model 2 explains more of the deviance, but obviously not enough to be as parsimonious.
Any advice would on how to tease out this issue would be appreciated.