deltamethod SE for nest survival estimate

posts related to the RMark library, which may not be of general interest to users of 'classic' MARK

deltamethod SE for nest survival estimate

Postby mcallen » Mon Nov 18, 2013 5:53 pm

Hello,
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
mcallen
 
Posts: 31
Joined: Thu Nov 19, 2009 1:45 pm
Location: New Jersey

Re: deltamethod SE for nest survival estimate

Postby jlaake » Mon Nov 18, 2013 6:19 pm

That looks correct. For a simple example like this the delta method variance is quite simple and you should be able to check your result by hand. See the Appendix in C&W book. If my head cold isn't preventing me from thinking straight, the se for what you want is (23*dsr^22)*se(dsr). The delta method variance for a single variable is the derivative squared times the variance. The derivative is 23*dsr^22. Since you want the std error it is simply the derivative * std error of dsr.

--jeff
jlaake
 
Posts: 1480
Joined: Fri May 12, 2006 12:50 pm
Location: Escondido, CA

Re: deltamethod SE for nest survival estimate

Postby mcallen » Mon Nov 18, 2013 6:33 pm

That yields the same result. Thanks!

Mike
mcallen
 
Posts: 31
Joined: Thu Nov 19, 2009 1:45 pm
Location: New Jersey


Return to RMark

Who is online

Users browsing this forum: No registered users and 2 guests