sample.ped {kinship2} | R Documentation |
Two example pedigrees
Description
Two pedigrees of different size for testing pedigree operations
Usage
data(sample.ped)
Format
A data frame with 55 observations on the following 7 variables.
ped
pedigree id
id
subject id, unique to each ped
father
id of the subject's father
mother
id of the subject's mother
sex
1=male, 2=female, 3=unknown
affected
affection status; 0=unaffected, 1=affected, NA=unknown
avail
is DNA data available; 0=unavailable, 1=available
Examples
data(sample.ped)
[Package kinship2 version 1.9.6.1 Index]