Hi,
I was wondering if there is any way to delete a 'group' within an RMARK model to prevent over-parameterization. For example, I know if I have four groups (e.g. LL, LS, SL, and SS), and I would like a beta parameter for each, I can delete the intercept by specifying [formula = ~-1 + group.name] for whatever the parameter of interest is. In most cases, this gets rid of the problem of over-parameterization that would occur if I was trying estimate a beta parameter for each group-class AND the intercept (which, is, of course, redundant). However, in cases where I am trying to build a model in which I'm enforcing, say, temporal parallelism [formula = -1 + group.name + t], I really only need intercepts for 3 of the four classes of my 'group' (e.g. LS, SL, and SS only) as the fourth will simply be the temporal estimates SANS a class-specific intercept. In MARK, I can manually delete one of the four intercepts, but in RMARK... I have not figured out how to do this. Is there a way to do this?
Thanks in advance!
erin