by jlaake » Tue Jan 28, 2014 1:48 pm
Yes I was wondering and that explanation helped. Depending on how many of these individuals you have and how much they vary across time, you could create groups where each individual in the group was radio-tagged on the same set of occasions. Then in the design data for p for the times for each group you can set fix=1 for those times and all other values to NA. Alternatively you can create a 0/1 individual time-varying covariate that is only one when the critter has a collar. Then include that variable in your model and the beta will "converge" to some large positive value such that p=1. Then adjust your parameter counts by -1. Note that a time-varying individual covariate is in your data set and the names of them are basettt where base is the name of the variable you'll use in the formula and ttt is the values of time at each occasion. See documentation.
As a completely different alternative you might try my marked package on CRAN. This is one of the places where its flexibility is useful. It creates a design dataframe with a row for each occasion for each animal. Then you can set the variable fix in the p design dataframe to 1 for just those occasions per animal where it is radiocollared and NA elsewhere. If you go down this route, use the version of marked on my github site and google drive. I recently made some updates in regard to fixing parameters and have not yet posted it to CRAN.
--jeff