Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates p-values and Linkage Disequilibrium measures for all possible 2x2 contingency tables consistent with the margins of the input observed contingency table. See LD2sided.pvals
for details of the Linkage Disequilibrium measures and tests used.
1 | LD2sided.tables(ctable)
|
ctable |
Vector of the 4 entries in the 2x2 contingency table |
This function prints out three tables. First lists all contingency tables consistent with the margins of the input table. Second lists the orderings of the contingency tables according to the different LD measures. Third gives the different LD p-values for all the contingency tables.
Outputs the table of LD p-values for all the contingency tables consistent with the margins of the input table.
Alex Lewin
Kulinskaya and Lewin 2008
1 2 3 | ctable <- c(0,9,5,16)
LD2sided.tables(ctable)
LD2sided.pvals(ctable)$pval.Fish
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.