I’ve got a squishy, non-technical question, and I’m hoping someone out there has experience to help me decide if I am better off grinding through the analyses I describe below in Mark, or if rMark would be a more efficient use of my time. I spent a couple months last summer working through Cooch and White, did some simplistic analyses of my data in Mark, but had to put that aside when the summer ended and I got busy with other things. For more complicated analyses I was looking forward to the flexibility of rMark, but my R skills, which I’ve been working on this past year, are still quite basic. I have written some simple scripts for data munging and plotting, but have to hit up stack overflow to ask questions pretty regularly. I think the right advice here might possibly keep me from going down a month-long dead end. Details of what I’m attempting in the next two paragraphs. I probably included too much info, sorry. Maybe skip the middle paragraph if you’re in a hurry.
I’m doing an analysis of mortality in a population of birds, about 200 individuals marked on an ongoing basis and then each marked bird tracked monthly by resighting (resighting efforts are more or less continuous, binned by month). I think the best approach is Barker method (based on publications by Andrew Barbour, who is in the archives here under user name “snook”!) and I have written an r script to turn our resightings log (12,000 lines) into Mark-compatible .inp files in Barker format, where each time period has two entries, 0 or 1 in the first column for whether the bird was initially marked in that time period, and 0 or 2 in the second column for whether the bird was resighted in that period. Oh, and there are actually two different input files, one with months as a time step and another with seasons as a time step. Same data, just binned differently. Birds emigrate from our population and are never seen again, so I am really estimating “apparent mortality,” because that’s all I can do, so substitute that term for “mortality” if you’re a stickler, but know that I’m aware.
I have male and female birds, and two age classes, with birds graduating from immature to adult as time passes. The age status in particular seemed like something that would be easier to handle in rMark. I want to run a variety of models to estimate adult mortality, immature mortality, sex-specific mortality for both age classes, and whether mortality and capture probability vary by month, season, or year. Right off the bat I notice that convert.inp will not work with the Barker input files I have created (if I’m correctly interpreting documentation which says “[won’t work with] specialized ones for known-fate or Brownie models.”). So right away rMark does not seem like it’s plug and play, more like "start by working through other simpler analyses in the various workshop examples and develop the skills needed to do your own analyses." Without starting down that road I don’t have much idea if “develop the skills” will take me one week or six or thirty-six. If it’s the latter I could probably just devote a weekend or two to very carefully typing numbers into fairly massive Mark PIMs and come out ahead.
If you made it this far, thanks for reading! I have enjoyed rtfa and slightly less so rtfm, and appreciate previous posts here. Which way should I jump?