Hi Josefa,
This morning I have been checking again your first post and I have realized something that perhaps might be important.
I don’t know if you are using the inp format or the headed format (this last one, once you have understood how it works, allows much more flexibility), anyway, you can try to create three groups according to the certainty/uncertainty of the reproductive status. Like this (in inp format):
10002000…110034 1 0 0;
02002100…110000 0 1 0;
00004330…111002 0 0 1;
Individuals of the first group (1 0 0;) will be all the individuals firstly captured as breeder, individuals of the second (0 1 0;) will be all those firstly captured as non-breeders and individuals of the third (0 0 1;) will be all those firstly captured as unknown breeder status.
Once you have prepared your data set this way, you might repeat your analyses using the same GEPAT structure and almost the same GEMACO syntax, you should just modify the sentence for the Initial State:
IS = g(1)+g(2)+g(3).t
and in the IVFV you should fix the first two parameters [corresponding to group 1 (sure first capture as breeder) and to group 2 (sure first capture as non-breeder)] respectively to “1” and “0”.
A second point, always good to check before starting an analysis: have a look at the m-array, you can do it in very simple way, by opening your data in U-Care and somewhere in “tools” you have that option.