g.stats | R Documentation |
Calculates the likelihood ratio G-statistic on a contingency table of alleles at one locus X sampling unit. The sampling unit could be any hierarchical level
g.stats(data,diploid=TRUE)
data |
a two-column data frame. The first column contains the sampling unit, the second the genotypes |
diploid |
Whether the data are from diploid (default) organisms |
obs |
Observed contingency table |
exp |
Expected number of allelic observations |
X.squared |
The chi-squared statistics, Sum (O-E)^2/E |
g.stats |
The likelihood ratio statistics, 2 Sum(O Log(O/E)) |
Jerome Goudet, DEE, UNIL, CH-1015 Lausanne Switzerland
Goudet J., Raymond, M., DeMeeus, T. and Rousset F. (1996) Testing differentiation in diploid populations. Genetics. 144: 1933-1940
Goudet J. (2005). Hierfstat, a package for R to compute and test variance components and F-statistics. Molecular Ecology Notes. 5:184-186
Petit E., Balloux F. and Goudet J.(2001) Sex-biased dispersal in a migratory bat: A characterization using sex-specific demographic parameters. Evolution 55: 635-640.
g.stats.glob
.
data(gtrunchier) attach(gtrunchier) g.stats(data.frame(Patch,L21.V))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.