Learn R Programming

Haplin (version 6.0.1)

summary.haplinTDT: Summary of a haplinTDT object

Description

Provides detailed information about a haplinTDT object.

Usage

"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: 
# 
# # Standard run with permutation test:
# res <- haplinTDT("data.dat", nsim.perm=1000)
# summary(res)
# ## End(Not run)

Run the code above in your browser using DataLab