by gstauffer » Thu Sep 24, 2015 9:01 am
The number of parameters should be the number of columns in your design matrix.
So, if you try to estimate unconstrained time variation (S(t)), you'll likely have either an identity matrix or a DM with reference coding. Either way, your DM will have 126 columns and MARK will have to estimate a parameter for each column. Many of these might not be estimable because of data sparseness, and consequently, when MARK tries to count the number of parameters it will come up with something less than 126 - it counts only the ones it thinks are estimable. See the addendum in chapter 4 of the MARK book for an explanation of how MARK counts parameters.
If you estimate a logit-linear trend model (S(T)), you are correct - you will have an intercept and one additional beta parameter to estimate the slope of the relationship between time and the logit of survival. This might be a reasonable model if you expect some systematic change in survival over time, e.g., increasing vegetation hides nest from predators (survival gradually increases), or predators learn over time to find nests (survival decreases), etc.