There is mention in the R-mark code base of "Parm-specific" settings in the mark.make.model function line 1234 (I didn't make up that line number), but this was really referring to parameter classes (e.g. p, phi), not link functions within a parameter class.
I would like to use both a log and logit link to model the survival parameter. We have migrating salmon which typically swim in a fair direct path between detection points. We would like to estimate a survival rate per unit time.
Let



Using a log link we get the following

where


Now the problem is we have subgroups, one of which pauses in one to two of the segments during migration, for this group*segment we would like to use a logit link function and just estimate the probability of survival, while in other segments we would like an estimate a survival rate.
For now I am just using a log link and a separate beta parameter with '1' in the design matrix for these special segments, giving us

Am I stuck using GUI MARK or have I missed something somewhere? Please feel free to berate as necessary.