Fisher1sided {LDtests} | R Documentation |
1-sided Fisher's test of linkage disequilibrium
Fisher1sided(ctable, side = "great")
ctable |
Vector of the 4 entries in the 2x2 contingency table |
side |
"great" or "less" according to which tail you are interested in |
pval.Fish |
P-value |
Prob |
Probability of the contingency under the null |
yobs |
The observed n11 (first cell in the table) |
n1 |
Row margin |
n2 |
Column margin |
nn |
Sample size |
Alex Lewin
Kulinskaya and Lewin 2008
ctable <- c(4,5,1,20) Fisher1sided(ctable)