Hi there,
I'm trying to figure out how to get main effects and corrected pairwise comparisons from an occupancy model with a categorical predictor with three categories.
My model has this basic structure:
occu(~method + date ~1, data = umf)
date is continuous day of year (DOY)
Basically, I'm looking for something akin to what car::Anova(model) would give you for the main effect of the categorical predictor (method) and something similar to what you can obtain from TukeyHDS/emmeans/cld for the pairwise comparisons. It doesn't seem like these functions/packages support unmarked models.
I've seen a few posts in this group about pairwise comparisons and I've seen other manuscripts that refit models with different references for categorical predictors to evaluate other comparisons, but I'm not sure how to adjust for multiple comparisons. I know I can manually estimate a critical value for multiple comparisons, but I'm not sure what exactly the degrees of freedom is for the model. Is it the number of sites - K? The number of (sites * occasions) - K?
Thanks for your help,
Harrison