I've recently run into some trouble while using the "PoissonMR" model in Rmark. I was able to run the analysis well until I added my first occasions wich included "-0" entries (i.e., the first 'absences' of individuals). My encounter history looks like this:
- Code: Select all
030102+0010305050407040208010403060201+0 1 0;
..........+00201+001-0-0-0-0-0-0-0-0-0-0 1 0;
..........020203030402+0+00707010201+002 1 0;
....................071104070602060204+0 1 0;
..............................+0+0+002+0 1 0;
..............................+005+0+0+0 1 0;
..............................04+0060605 1 0;
..............................05030101+0 1 0;
0510060407050805+006050901+0+0-0-0-0-0-0 0 1;
0203050805060403+006050405050808040505+0 0 1;
..............................010302+002 0 1;
And my 'Known Marks' counts are:
- Code: Select all
Known Marks Group = 1 ;
1 1 1 1 1 3 3 3 3 3 0 0 0 0 0 0 0 0 0 0;
Known Marks Group = 2 ;
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0;
The model output is, to quote 'The Princess Bride', inconceivable. All beta parameters are estimated with 0 standard errors, and real parameters like alpha are absurdly inflated (over 3000).
However, since this trouble began after the presence of '-0's in my encounter history, I had a hunch that the trouble lied in the 'Known Marks' counts. Instead of setting it to '0', which I was supposed to do when I do not know the exact number of marks, I tried using the minimum number of marks present in each occasion. The counts therefore looked like this:
- Code: Select all
Known Marks Group = 1;
1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 7 7 7 7 7;
Known Marks Group = 2;
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2;
The models I fitted this way seemed pretty reliable. Am I missing something? After re-reading chapter 18 of Cooch & White, I still get the impression that the right input to 'Known Marks' is the first one, however my outputs keep telling me otherwise.
Thank you!
Best regards,