Write design and filter matrices for log-linear model of linkage disequilibrium between two codominant autosomal loci.
ld2.model(nall1, nall2, formula="~a1+a2+p1+p2+d")
A list with components:
is a dummy contingency table showing the expected order.
is a vector of indices, one for each cell of the full (unobserved)
contingency table, representing the appropriate cell of y
is the design matrix.
is number of alleles at first codominant locus.
is number of alleles at first codominant locus.
is character string listing terms to be included in model, where a1 denotes allele frequencies for locus 1, p1 the deviation from Hardy-Weinberg expectations for locus1, and d the intragametic allelic association parameters.