I need some help with figuring out how to extract nest survival estimate results when using model averaging, which may involve using the covariate.predictions function.
I've run model selection in RMark and my covariates include Year, Habitat, AgeDay1, Incub (a time-dependent nest stage variable as explained here http://www.phidot.org/forum/viewtopic.php?f=21&t=2613&p=8286&hilit=nest+stage#p8286), AgeFound, NestAge, Time, and Edge)
I performed model averaging on these results:
- Code: Select all
## Model averaging
my.avg=model.average(myrexs.results, vcv=TRUE)$estimates
names(my.avg)
my.avg$estimate # (returns list of >1000 numbered estimates)
my.avg$Hab$results$real # (returns "NULL" output)
I am confused about how to view specific model averaged results to obtain my nest survival estimates. What are the commands to see estimates based on factor variables like Habitat? Before I used model averaging, the last line of code would work for this.
I saw that Jeff recommended using covariate.predictions to obtain the nest stage results, but I haven't been able to execute it. The examples in the RMark guide and workshop notes involve estimating individual covariates at specific values or their means, but I don't have numeric individual covariates and I've not been able to figure out how to apply this to get an estimate for the incubation (<17 days) and nestling stages.
Any guidance here would be awesome

Thanks,
Deb