I have re-read relevant chapters in the MARK book, RMark appendix, RMark guide, postings in the forums, and relevant literature but I am not finding the clarification I need about using interaction terms specifically in RMark nest survival models.
I wish to test how DSR varies with several covariates: Site, Habitat, TimeTrend, NestAge, and Year. Site and Habitat should autocorrelate as there are only 4 sites among 3 habitat types. I also suspect a relationship between Site & Habitat with Year because I did not sample all Sites/Habitats in each year of the study. To account for this, it is my understanding that I should include partially-crossed interaction terms for Site, Habitat, & Year (all are factor variables) to deal with the missing data.
I can get the fully crossed functions to work fine, for example:
- Code: Select all
S=list(formula=~Site*Year)
However, the partial crosses yields unusually large delta AICs, for example:
- Code: Select all
S=list(formula=~-1+Site:Year)
I saw that a suggested solution for MARK users was to use dummy codes, but it was my understanding that this wasn't necessary for RMark. If so, how do I proceed?
Any help would be greatly appreciated!
Deb