Hi all,
I have what I believe is a simple question and I apologize if it has been addressed elsewhere.
I am running a multi-species model of two predators, and am interested in the effect of a covariate (density of a shared prey species) on their occupancy. I hypothesize that occupancy of predator species A will respond differently to changes in prey density than will occupancy of predator B. Given this, my question is:
Do I need a shared column in my design matrix representing prey density, followed by two columns representing the prey's effect on each predator (i.e. prey x species interaction columns), or can I omit the shared column altogether? Simplified design matrices of these two possibilities would look like:
prey.dens prey.dens*A prey.dens*B
psiA 1 1 0
psiB 1 0 1
Or:
prey.dens*A prey.dens*B
psiA 1 0
psiB 0 1
I would appreciate any thoughts or guidance, and again I apologize if a similar issue has been raised and addressed previously.
Cheers,
Quinn