I intend to obtain kinship matrix from pedigree data through proc inbreed to be used as  input to proc mixed in order to obtain additive genetic variance. The warning message is always "Individual clone=I011412 has been previously defined. Observation 27 corresponding to this individual will

not be processed." How do I order individuals to avoid this warning message?

proc inbreed data=pedigree covar outcov=kinmat;

var clone female male;

run;

More Moshood Bakare's questions See All
Similar questions and discussions