three_to_two | R Documentation |
Convert from three parameters to two parameters
three_to_two(tau, beta, gamma)
tau |
Probability of quadrivalent formation |
beta |
Probability of double reduction given quadrivalent formation |
gamma |
Probability of AA/aa pairing given bivalent formation |
A vector of length two. The first is the double reduction rate
(alpha
), and the second is the preferential pairing parameter
(xi
).
David Gerard
three_to_two(tau = 0.1, beta = 1/6, gamma = 1/4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.