Learn R Programming

paramlink (version 1.1-5)

Xped: Example pedigree with X-linked disease pattern.

Description

A complex pedigree with an X-linked recessive disease pattern

Usage

Xped

Arguments

Format

A data frame with 15 rows and 6 columns. See toyped for details about the format.

Details

The format is standard LINKAGE (pre-makeped) format.

Examples

Run this code
# NOT RUN {
Xped

# Convert to a 'linkdat' object and set a recessive X-linked model:
x = linkdat(Xped, model=4)
summary(x)
# }

Run the code above in your browser using DataLab