Indicating removals in RMark input files?

Hi all,
I have just started learning RMark in the last few days, so apologies for the very basic question! But just want to be sure I've understood correctly.
In my experimental design, I had a number of encounter occasions when I recorded survival but did not remove the animals from the population. At the end of the experimental period, there was about 10 days where the animals were then removed from the population when encountered. From reading the MARK manual, I have gathered that this can be accounted for by a -1 in the frequency column, and this represents being removed at the last encounter occasion - so this results in there being two rows for each individual? As an example, this is what my data looks like:
/* ID, ch, freq, treatment, PC1 */
/*RR1*/ 00000000100001000100000 1 0 -0.02694881;
/*RR1*/ 00000000100001000100000 -1 0 -0.02694881;
/*RR10*/ 00000000010110001000000 1 0 -0.038345779;
/*RR10*/ 00000000010110001000000 -1 0 -0.038345779;
/*RR21*/ 00000000010110001000000 1 0 0.009616546;
/*RR21*/ 00000000010110001000000 -1 0 0.009616546;
/*RR24*/ 00000000010000001000000 1 1 -0.003647904;
/*RR24*/ 00000000010000001000000 -1 1 -0.003647904;
/*RR28*/ 00000000010110001000000 1 1 -0.029564797;
/*RR28*/ 00000000010110001000000 -1 1 -0.029564797;
Again, apologies for the basic question, I just want to be sure the data structure is right before getting too deep into model building! Thanks in advance
I have just started learning RMark in the last few days, so apologies for the very basic question! But just want to be sure I've understood correctly.
In my experimental design, I had a number of encounter occasions when I recorded survival but did not remove the animals from the population. At the end of the experimental period, there was about 10 days where the animals were then removed from the population when encountered. From reading the MARK manual, I have gathered that this can be accounted for by a -1 in the frequency column, and this represents being removed at the last encounter occasion - so this results in there being two rows for each individual? As an example, this is what my data looks like:
/* ID, ch, freq, treatment, PC1 */
/*RR1*/ 00000000100001000100000 1 0 -0.02694881;
/*RR1*/ 00000000100001000100000 -1 0 -0.02694881;
/*RR10*/ 00000000010110001000000 1 0 -0.038345779;
/*RR10*/ 00000000010110001000000 -1 0 -0.038345779;
/*RR21*/ 00000000010110001000000 1 0 0.009616546;
/*RR21*/ 00000000010110001000000 -1 0 0.009616546;
/*RR24*/ 00000000010000001000000 1 1 -0.003647904;
/*RR24*/ 00000000010000001000000 -1 1 -0.003647904;
/*RR28*/ 00000000010110001000000 1 1 -0.029564797;
/*RR28*/ 00000000010110001000000 -1 1 -0.029564797;
Again, apologies for the basic question, I just want to be sure the data structure is right before getting too deep into model building! Thanks in advance
