Class | Analysis and data manipulation command |
Name | test dob |
Arguments | <DOB_variable> [gregorian] [<threshold>] |
Test that parent and offspring DOBs are consistent. The threshold controls the minimum age of parents at birth of offspring, and defaults to 4380 days, if gregorian has been used to declare the DOB variable to represent Gregorian dates.
Example:
>> test dob DOB gregorian Checking for DOB inconsistencies using variable "DOB". Threshold for inconsistencies = 4380 days (12.0 years) Pedigree Parent ID Parental DOB Child ID Child DOB Diff (yrs) ------------ ------------ --------------- ------------ --------------- ----------- 0001.01.003 01.003.0056 1930-10-27 03.003.0112 1939-10-27 +9.00 0001.01.004 01.004.0026 1914-01-01 01.004.0032 1925-01-01 +11.00 0001.01.008 01.008.0044 2000-11-19 01.008.0122 2000-11-19 +0.00 0001.01.008 01.008.0048 1966-06-07 01.008.0126 1959-08-04 -6.84 0001.01.009 01.009.0143 2000-01-01 01.009.0144 1968-01-01 -32.00 0001.01.009 01.009.0143 2000-01-01 01.009.0145 1971-01-01 -29.00 0001.01.010 01.010.0030 1921-01-01 01.010.0630 1930-01-01 +9.00
<< (ancestors) | Up to index | >> (test age) |