Page 1 of 1

Setting up psi parameters a multistrata model

PostPosted: Thu May 06, 2021 10:47 am
by jcohen
I would like to try and set up the following model for Psi in a 3-state multistrata model in RMark and I am not sure how to do it:

Transitions
AtoA = BtoA = CtoA (animal has same mate as previous year)
AtoB = BtoB = CtoB (animal has different mate, but last year's is still in the population)
AtoC = BtoC = CtoC (animal has a different mate, and the fate of last year's mate is unknown)

Any advice would be appreciated.

Re: Setting up psi parameters a multistrata model

PostPosted: Thu May 06, 2021 2:29 pm
by jcohen
Sorry I figured it out myself using subtract.stratum with code I found online.

MSROST.ddl <- make.design.data(MSROST.process,
parameters=list(Psi=list(subtract.stratum=c("A","A","A"))))