Robust Design-Combing sites with different secondary periods

I am using RMark to do a robust design analysis on a long time series (10 years) in 3 sites with very small populations. I would like to combine all the data in one analysis with site as a group. The problem is that the number of secondary series varies per site per year (the species' ecology drives this). Is there a way to deal with this in RMark?
For example, in separate by site runs, the time.interval parameters might be:
site 1:
site 2:
site 3:
I don't know if this makes any sense, but I did a trial filling out the capture history for 1 site with . (missing) to have standard secondary intervals. I got similar but not exactly the same results.
Any suggestions? All help would be much appreciated!
For example, in separate by site runs, the time.interval parameters might be:
site 1:
- Code: Select all
time.interval = c(0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0)
site 2:
- Code: Select all
time.interval = c(0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0)
site 3:
- Code: Select all
time.interval = c(0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0)
I don't know if this makes any sense, but I did a trial filling out the capture history for 1 site with . (missing) to have standard secondary intervals. I got similar but not exactly the same results.
Any suggestions? All help would be much appreciated!