Quadratic NestAge Nest Survival Models in RMark

Hi,
I'm trying to do quadratic (or higher power) NestAge nest survival models in RMark. In regular MARK, the process is described in the MARK Book (Chpt. 17, page 15, last paragraph), but I couldn't find it in the RMark appendix. Here is what I tried, but I'm definitely not convinced that it worked.
Here is the result it produced:
Any help would be much appreciated!
Mike
New Jersey
I'm trying to do quadratic (or higher power) NestAge nest survival models in RMark. In regular MARK, the process is described in the MARK Book (Chpt. 17, page 15, last paragraph), but I couldn't find it in the RMark appendix. Here is what I tried, but I'm definitely not convinced that it worked.
- Code: Select all
gwage2=mark(gw,nocc=100,model="Nest",model.parameters=list(S=list(formula=~NestAge+I(NestAge^2))))
Here is the result it produced:
- Code: Select all
estimate se lcl ucl
S:(Intercept) 1.5634772000 0.0000000 1.5634772 1.5634772
S:NestAge 0.0002934439 0.0450713 -0.0880463 0.0886332
S:I(NestAge^2) 1.5634743000 0.0000000 1.5634743 1.5634743
Any help would be much appreciated!
Mike
New Jersey