Setting variables in RMark to zero

Hi,
I'm using a Robust design with Closed models for secondary periods with heterogeneity (RDHet) in R to look at survival in a mark-recapture study of rodents. I've figured out how to make the model variables be a function of the animal's sex, primary trapping session, or simply constant, but I'm curious if there's a way to set one of these variables to zero. In particular, I would like to impose the assumption that immigration=emigration=0, so I need to set GammaPrime and GammaDoublePrime to zero.
So something like this (which makes them constant):
##GammaPrime.dots=list(formula=~1,share=TRUE) #Immigration=emigration and is time-invariant
But that makes them equal to zero. I've tried (formula=~0) and (formula=0) but thus far with no luck.
Any input is much appreciated.
I'm using a Robust design with Closed models for secondary periods with heterogeneity (RDHet) in R to look at survival in a mark-recapture study of rodents. I've figured out how to make the model variables be a function of the animal's sex, primary trapping session, or simply constant, but I'm curious if there's a way to set one of these variables to zero. In particular, I would like to impose the assumption that immigration=emigration=0, so I need to set GammaPrime and GammaDoublePrime to zero.
So something like this (which makes them constant):
##GammaPrime.dots=list(formula=~1,share=TRUE) #Immigration=emigration and is time-invariant
But that makes them equal to zero. I've tried (formula=~0) and (formula=0) but thus far with no luck.
Any input is much appreciated.