• Is it possible to specify “hu_id” as a design covariate (i.e., grouping factor) for estimation of capture probabilities and abundance? This gives me one abundance estimate for each habitat unit, and three estimates for p (time-varying, p3=p4) – same as when I analyzed each habitat unit capture history separately. What’s different? And why?
Yes. The results for the pooled analysis will be the same as the seprate analysis if you specify p(time*group)c(0)N(group) for the pooled analysis. There isn't anything different except that with the pooled analysis you can then fit simpler models (p(time), p(time+group) if they are appropriate.
• If I were to specify “hu_id” as a design covariate, how would I denote this in RMark? I think I’ve got it, but am not sure:
p(group)c(0)N(group)
p(group+time)c(0)N(group)
p(group+effort)c(0)N(group)
p(group+time+effort)c(0)N(group)
p(group+time*effort)c(0)N(group)
you need to specify groups="hu_id" in process.data and then use the formula above with one exception noted below.
I’ve had problems executing the latter two models in RMark; not sure why…
You can't fit both a time and effort covariate in the same model. Within a time there is no variation in effort unless it varied across groups but you also have that affect in the model. Think about what you are doing here.
• Because my objective is to use these abundances to calculate density (abundance/habitat unit area), I need to know whether or not I can then treat them (HU abundances) as individual replicates. For example, can I divide the abundances in edz001 and edz002 by their respective habitat unit areas to get density, then average these two values together to come up with an average density for eddy drop zones?
You can except that unless you fit them independently (separately or pooled with group*time), the abundance estimates will have a covariance and would have to be dealt with in computing the variance of the mean.
• I’m also having a difficult time figuring out model averaging in this scenario: when analyzed individually, each habitat unit will likely vary in which model is “best”. This affects how much weight is given to the parameter estimates under that model. When habitat units are pooled/grouped then analyzed, there is only one “best” model for all the habitat units in that set. This doesn’t seem to make sense.
Don't analyze them individually.
--jeff