Good day,
We're trying to estimate the number of black bears occupying a functional island from hair snag data. We expect sigma, and possibly also Density, to vary with sex. We tried fitting secr models and estimating N with sexes modeled as different sessions, and by defining the sex of each animal using individual covariates and then grouping animals by sex using make.capthist and secr.fit. Results of secr.fit were identical regardless of how we define the sexes, but differences arose when we try to estimate N from the associated secr objects.
For example, when D~1, expected N is the same with either method, but region.N reports N as session-specific when sexes are modeled as different sessions, but N is not group-specific when sexes are modeled as groups, leaving me unsure whether total or sex-specific expected N is being reported. Furthermore, Realized N differs considerably from Expected N when sexes were defined using groups.
When D~sex and sexes are defined as sessions, results of region.N are similar to those with D~1, but when sexes are defined using groups, I get the following error message whey I try to estimate N from the secr object
Error in pmax(temp, 0) : cannot mix 0-length vectors with others
My questions are:
Is there any reason to use sessions over groups to define sexes when estimating population size, other than the apparent "problems" we encountered? I.e. should both methods give the same results if models are defined properly?
Does region.N report session-specific N when D is session-specific? What about when D is group-specific?
Thanks very much,
Eric