Learn R Programming

Haplin (version 6.2.1)

summary.haplinTDT: Summary of a haplinTDT object

Description

Provides detailed information about a haplinTDT object.

Usage

# S3 method for 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
# NOT RUN {
# }
# NOT RUN {
# Standard run with permutation test:
res <- haplinTDT("data.dat", nsim.perm=1000)
summary(res)
# }

Run the code above in your browser using DataLab