Learn R Programming

paramlink (version 0.2-1)

linkres: S3 methods for class 'linkres'.

Description

Functions for printing, summarizing and plotting the results of a linkage analysis.

Usage

## S3 method for class 'linkres':
print(x, ...)

## S3 method for class 'linkres':
summary(object, threshold=NULL, ...)

## S3 method for class 'linkres':
plot(x, ylim = NULL, ...)

Arguments

x, object
a linkres object (normally produced by lod or linkage.power.
threshold
a positive real number, or NULL. If non-null, the summary will include the percentage of simulated markers whose LOD score exceeds threshold.
ylim
NULL, or a numeric of length 2; to be passed on to plot.default.
...
further arguments.

See Also

lod,linkage.power

Examples

Run this code
data(toyped)
x=linkdat(toyped, model=1)
lods=lod(x, t="max")
summary(lods)

Run the code above in your browser using DataLab