gamStat {laser}R Documentation

gamStat

Description

Computes the Gamma Statistic of Pybus and Harvey (2000)

Usage

gamStat(x)

Arguments

x a numeric vector of branching times

Value

a list containing the following elements:

gamstat the calculated gamma statistic
pval One-tailed p-value

Author(s)

Dan Rabosky DLR32@cornell.edu

References

Pybus, O. G., Harvey, P. H. 2000. New uses for incomplete phylogenies.

Examples

  data("plethodon")
  pleth <- plethodon
  gamStat(pleth)

[Package laser version 1.0 Index]