powered by
Fits a log-linear model for allelic association between two codominant autosomal loci. Measures of LD are odds ratios.
ld2(locus1, locus2)
base model
estimating LD coefficient(s) assuming HWE
testing HWE at locus 1
testing HWE at locus 2
estimating LD and HWD coefficient(s)
is a character vector containing the genotypes at the first locus, or a RxC contingency table of genotype counts.
is a character vector containing the genotypes at the second locus.
MNS<-matrix(c(91,32,5,147,78,17,85,75,7), nr=3) colnames(MNS)<-c("S/S","S/s","s/s") rownames(MNS)<-c("M/M","M/N","N/N") class(MNS)<-"table" print(MNS) res<-ld2(MNS) print(res)
Run the code above in your browser using DataLab