I have daily survival estimates from a nest survival model, and I would like to extrapolate these estimates to encompass the full incubation period for a few specific values of a continuous covariate. I see how to use the Delta method to calculate this by hand for a simple model with maybe two levels of a grouping factor, but it gets more complicated for models with more predictors. I understand that covariate.predictions uses the delta method, but I haven't found any clear examples of how to implement my formula S^23. I assume there is an easy way to do this that I just haven't discovered?
My apologies if this should have been added to an existing topic.