by birdman » Fri Oct 07, 2011 1:09 pm
I'm not sure I understand your input file, OR the exact structure of the study. You'll need to provide more detail. Some questions to help:
If you just have one primary session, with three secondaries, do you mean you sampled each village one time, with three individual trap sessions over several days or what?
Your title asks about entering more than 2 groups. Is each village a group? If so you just tell MARK at the input interface how many groups you want to use. In your input file you'll have a column for each group, and (assuming there are no individual covariates for the animals) you put the number of individuals with each encounter history in each appropriate group column, separated by spaces; if none for that encounter history, make sure you put a zero. This is all over-viewed pretty well in the Gentle Introduction.
Lastly, I don't understand the example input file you've provided. You should have your encounter histories as you've already listed them, followed by frequency columns for each group. What are all of the zeros on the end? As long as you aren't including individual covariates, I think it would look something like this (Assuming only 3 groups and all possible capture histories occurring at least once):
/*Encounter Hist, Grp1 Grp2 Grp3*/
111 21 4 12;
110 12 7 2;
101 16 3 12;
011 2 15 6;
010 5 17 9;
001 6 4 2;
Note that you can't have a 000 encounter history, because by definition you haven't caught any of these individuals. I hope this serves to show, if nothing else, that you've some reading to do before you're going to be able to tackle this analysis. Folks here will help, but you should spend some time working through some examples in the Gentle Intro before diving into a real dataset. Good luck.