Missing parents (e.g., base population) should be denoted by either 'NA',
'0', '-998', or '*'.
Individuals must appear in the ID column in rows preceding where they
appear in either the Dam or Sire column. See the
prepPed
function if this is not the case.
If pedigree inherits the class "numPed" (from a previous call to
numPed()
) and check = TRUE
, the checks are skipped. If
check = FALSE
any pedigree will be transformed into a pedigree
consisting of integers and missing values denoted by '-998'.
Based on code from the MCMCglmm
package