A few questions here for clarification:
Can I use the Lukacs Young model if I have "known" fates? We followed radio-collared female moose and counted their calves but did not mark the calves. If we did not see the calves we would spend longer time searching and then return the next 2 days searching again. Thus the confidence level of having observed the calf if it was there and not getting a false negative is pretty darn high. Considering the close bond behavior of moose mamma and baby.
Also, the frequency count at the end of the capture history - This is simply a count of how many animals had this exact capture history AND the exact same co-variates associated with that capture history? I do not have to compile those do I? Can I choose to leave each individual as its own entry line even if there are more than 1 with that exact same history and co-variates?
How do I indicate groups in the inp file? I have a column immediately after my frequency that is a 0 or 1 to indicate a group, but I am not understanding where MARK recognizes this column as the "grouping" variable. Number of groups - My groups are 2 the period before wolves (approx 5 years of data) and the period after wolves (approx 5 years of data). Does MARK automatically assume that the column immediately after their frequency column (the one with -1 or 1 to indicate censoring) that this column will be the "group" column? And then, its asking how many groups - well, is that asking I have 1 grouping variable "wolf presence" which has 2 options (before/after), or is it asking for the 2 options? Because maybe I have another grouping variable like sex or age class.
Then it asks for co-variates. Right now Ive 3: data regarding year of this survey, year when they first captured that mother, and age class of mother at that survey - I will eventually get other co-variates such as habitat quality and browsing pressure. But for now, this is it. So, when it asks for # of covariates, is it counting the columns over from the end of the capture history where the ";" is or starting from the frequency count/capture history and saying - ok in order of input, 1. capture history, 2. frequency, 3. "groups", anything beyond is covariates and we have 3 of them?
My last question is advise how to code some of these co-variates. Lets use Age Class as an example. There are 6 classes. I could code each class as a binary value which would allow me to test for a particular influence of 1 age class over the others - but I do not want this, what Im really after is just does age have any effect. Likely the middle age classes will have more surviving calves than the younger or older. So, I would just keep this as 1 categorical variable column instead of multiple binary columns? I have the same issue with year.
Ive been reading chapter 6, 4 and 19 in detail as I sit here and walk through each example. But for some reason am getting confused and just need some clarification. If there is some part in the book I should read even more carefully - please suggest it.