Hi all,
I am very new to CR models and to RMark. I am using Huggins models to include individual specific covariates, and I am looking to estimate the capture probability at each occasion, modelled by a certain covariate.
So, the dataset includes 5869 individuals and two capture occasions. I have 4 categorical covariates: one with 4 levels, two with 3 levels and 1 with 2 levels. I am using a covariate approach (instead of a groups approach) and assuming a different capture probability between occasions (Mt). I was wondering if I can get the capture probability estimates for each level of these covariates.
Here is one example of the model I ran with this dataset:
[code][/code]
> head(detHist_huggins)
Location Days StudyArea FOV Type Size ch
1 C10 4 CL Open Livestock Large 11
2 C10 4 CL Open Livestock Large 11
3 C10 4 CL Open Livestock Large 11
4 C10 4 CL Open Livestock Large 11
5 C10 4 CL Open Livestock Large 11
6 C10 4 CL Open Livestock Large 11
> p_MtTypeCov <- list(formula=~time*(Wildlife+Vehicle+Human), share=TRUE) # livestock as reference
> mod_MtType_Cov <- mark(detHist_huggins, model="Huggins", model.parameters = list(p=p_MtTypeCov))
When I use > mod_MtType_Cov$results$real I get one estimate for each occasion. Is this the capture probability? Can I obtain a capture probability for each category of this covariate?
Thank you so much, and sorry if I am repeating a previously asked question, but I couldn't find the answer in the forum.
Cheers,
Ana