em_blood | R Documentation |
Use EM algorithm for ABO blood data
em_blood(n, p0, tol)
n |
A 4 by 1 vector of blood type counts. n = (nA,nB,nAB,nO) |
tol |
A non-negative error tolerance |
p |
A 3 by 1 vector of allele probabilities. p = (pA,pB,pO) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.