The design matrix is created using the convention called treatment contrasts. That means the first level is used as the intercept and the parameters for the remaining levels are an additive amount relative to the intercept.
Given sparse data, I've found that it helps to specify a relatively data-rich level of a factor variable as the intercept. For example, consider year as a factor variable with seven levels, 2004-2010. In MARK I've specified the DM so that the intercept represents 2010, 2004-2009 are offsets. In contrast, RMARK (for reasons in quote above) defaults to the first group, 2004, to be represented by the intercept.
It is possible to change the factor level represented by intercept in RMARK? I considered sorting my MARK.inp file so 2010 was the first group in the data file, but it seems that at the process.data stage of RMARK the data are re-sorted ascending by groups (which would undo my ad hoc fix).
This flexibility would also allow me to more efficiently compare my results between RMARK and MARK...I suspect I'm not done making mistakes in RMARK just yet!!
Thanks for any input.
andre