sample.ped: Two example pedigrees

sample.pedR 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)

kinship2 documentation built on Oct. 5, 2022, 5:05 p.m.