Mulitstate Open Robust Design design.data error

Hello All,
I'm reworking an ORDMS model I had set up a while back in RMark (it ran fine back then but we made a mistake). I've made the following seemingly minor changes: added 5 unmonitored primary periods as columns of dots, and changed the previous "longer" time intervals with 1's for these unmonitored pp's.
Something like this:
We had 329 occasions (counting all secondary occasions withing primary periods), now we have 334 occasions. We had 328 intervals, now we have 333, right?
I can create the process data
but not the design data.
When I try, I get this error:
I can't find information on this error (other than this: http://www.phidot.org/forum/viewtopic.php?f=21&t=2144&p=6593&hilit=number+of+columns+must+match#p6593) and I'm not sure what is going wrong here, i.e., I don't know where to start looking for the problem.
I would really appreciate some help.
Thank you,
Claudia
I'm reworking an ORDMS model I had set up a while back in RMark (it ran fine back then but we made a mistake). I've made the following seemingly minor changes: added 5 unmonitored primary periods as columns of dots, and changed the previous "longer" time intervals with 1's for these unmonitored pp's.
Something like this:
1 2 3 4 5 6 7 8
0 0 0 . . 0 0 0
0 0 0 . . 0 0 0
0 0 0 . . 0 0 0
0 0 0 . . 0 0 0
0 0 0 . . 0 0 0
We had 329 occasions (counting all secondary occasions withing primary periods), now we have 334 occasions. We had 328 intervals, now we have 333, right?
I can create the process data
- Code: Select all
aves.process <- process.data(aves.data,model="ORDMS", time.interval=t.int, strata.labels=c("1","U"), begin.time=1979)
but not the design data.
- Code: Select all
> aves.ddl <- make.design.data(aves.process, parameters=list(Psi=list(subtract.stratum=c("1","1"))))
When I try, I get this error:
- Code: Select all
Error in rbind(design.data, add.design.data) :
number of columns of matrices must match (see arg 2)
I can't find information on this error (other than this: http://www.phidot.org/forum/viewtopic.php?f=21&t=2144&p=6593&hilit=number+of+columns+must+match#p6593) and I'm not sure what is going wrong here, i.e., I don't know where to start looking for the problem.
I would really appreciate some help.
Thank you,
Claudia