Hi All,
I an analyzing drift fence/pitfall trap data for amphibians. Specifically, I am marking METAMORPHS (thousands of them). I am trying to calculate temporary emigration. For different reasons, usually death in the buckets, some animals are removed from the population.
My problem is that MARK is ADDING not SUBTRACTING this data when I enter it in this format for robust design:
.
.
.
001000000000 124;
001000000000 -2;
001100000000 -7;
001100000000 21;
001100010000 1;
001010000000 1;
001000000001 1;
.
.
.
Sometimes I just have 1 individual die, but sometimes, esp during peak emergence, I may have >100 die. Therefore, merely removing these dead individuals may bias my data on the low side, esp during this peak emergence.
Any suggestions to fix this problem??