I want all transition parameters with tostratum "A" to be calculated by substraction, and tried to do this by using the following code (according to the Manual of RMark):
> msites <- import.chdata("ch.txt")
> msites.proc = process.data(msites, begin.time= 1992, model= "Multistrata")
> msites.ddl = make.design.data(msites.proc,
parameters=list(Psi=list(substract.stratum=c("A","A","A","A"))))
> table(msites.ddl$Psi[,c("stratum", "tostratum")])
tostratum
stratum A F I N
A 0 136 136 136
F 136 0 136 136
I 136 136 0 136
N 136 136 136 0
I expected the column with tostratum "A" to contain only 0's, but it seems that it just has performed the default with transition to the same site calculated by substraction.
Am I doing something wrong? I use the latest version of RMark (1.8.

I hope anyone can help me with this!
With kind regards,
Tamar Lok