Learn R Programming

Haplin (version 3.5)

summary.haplinTDT: Summary of a haplinTDT object

Description

Provides detailed information about a haplinTDT object.

Usage

## S3 method for class 'haplinTDT':
summary(object, ...)

Arguments

object
A haplinTDT object, i.e. the result of running haplinTDT.
...
Further arguments to be passed on to the summary function.

See Also

haplinTDT, plot.haplinTDT

Examples

Run this code
# Standard run with permutation test:
res <- haplinTDT("data.dat", nsim.perm=1000)
summary(res)

Run the code above in your browser using DataLab