HI!
I´m working with a multistate set of ch (10oc, 2states). In my analysis in MARK the best data supported model was S. pAt pBt PsiAB. PsiBA.
When I ran this model with RMark I found differences in AICc and real parameters estimates between RMark and MARK outputs. This is the code which I used in R:
library(RMark)
ha.2001=convert.inp("D:\\file-rute")
Ha=process.data(ha.2001,model="Multistrata")
Ha.ddl=make.design.data(Ha)
S.dot=list(formula=~1)
p.stratum.time=list(formula=~stratum*time)
Psi.stratum=list(formula=~-1+stratum:tostratum)
Ha.results=mark(Ha,Ha.ddl,model.parameters=list(S=list(formula=~1),p=list(formula=~time*stratum),Psi=list(formula=~-1+stratum:tostratum)))
is this the right code for running S. pAt pBt PsiAB. PsiBA. model???
And if it was. Any idea what`s happening??
Thank you very much!!
Javier
PS: I did RTFM but I was not able to find an answer
Thank you again