Hi all,
I have a simple question-- maybe more stats related than unmarked. I am working on a multiseason occupancy model with covariates. Most of my covariates (e.g., species) are categorical-- but I also have one continuous variable (watershed area) and I have been omitting the intercept for all of them. I decided to do this after reading the part of the vignette about effects vs. means parameterization.
e.g., (fm44 <- colext(~1, ~1, ~warea-1, ~spp-1, occ.umf))
This gives me results like this:
Extinction:
Estimate SE z P(>|z|)
-0.0133 0.00598 -2.22 0.0263
Detection:
Estimate SE z P(>|z|)
sppAhet 1.581 1.196 1.3222 0.18609
sppAund -1.454 0.490 -2.9677 0.00300
sppEfish 0.637 0.473 1.3467 0.17809
However, I realized that I did not know how to interpret the parameter value that I got for Extinction which used the continuous variable (without an intercept). What does that estimate mean exactly? If I put in the intercept I understand the relationship. I played around with some predictions and realized the presence of the
intercept changes the predictions-- so it made me wonder if I need to be including intercepts for ALL covariates? or just the continuous one? or none?
Can someone give me some guidance on whether I should be leaving these intercepts in? And if not, how do I interpret that parameter estimate in relation to the covariate?
Thanks for any help with this,
Tamara Pandolfo
I