I have a pretty easy question:
Is this the correct way to calculate SE for (daily nest survival rate)^23 in RMark? ...
- Code: Select all
deltamethod(~x1^23,mean=dsr.null.model$results$real$estimate,cov=dsr.null.model$results$real$se^2,ses=T)
...here be the model it is based on:
- Code: Select all
dsr.null.model=mark(nest.data,nocc=90,model="Nest",model.parameters=list(S=list(formula=~1)))
Thanks!
Mike
NJ