Hello,
I've rtfm several times and have searched in the forums but am still unsure about how to proceed so thought now would be the time to ask for help!
I have data from 6 bat roosts over a 5 year period (115 sampling occasions for 683 bats in total). I would like to split the data into two seasons for each year (spring-summer) and (autumn) with an interval over winter when the bats are hibernating, giving me an encounter history for each bat looking something like this:
00AA000000 1 1 0;
00A0BG0000 1 0 1;
I've also got information on age and sex of each bat so have entered them as individual covariates.
The problem is that because the data is real (and therefore not ideal!) some roosts have been sampled a lot more than others, and although each roost has been sampled at least once per year when I split the years into seasons not every roost has been sampled in every season.
I read something in the forum about how I can code missing data in the encounter history with a '.' but am unsure about how to go about this - how would MARK know which roost I am referring to when the sites visited are in no particular order and only one site is visited at a time? I also presume that I would need to constrain the parameters for the data coded as '.' to 0 when I am running models?
Any help would be much appreciated!