offspring_gf_3 {segtest} | R Documentation |
Calculates offspring genotype frequencies under the three-parameter model.
Description
Calculates offspring genotype frequencies under the three-parameter model.
Usage
offspring_gf_3(tau, beta, gamma1, gamma2 = gamma1, p1, p2)
Arguments
tau |
Probability of quadrivalent formation |
beta |
Probability of double reduction given quadrivalent formation |
gamma1 |
Probability of AA_aa pairing in parent 1 |
gamma2 |
Probability of AA_aa pairing in parent 2 |
p1 |
The first parent's genotype |
p2 |
The second parent's genotype |
Value
Offspring genotype frequencies
Author(s)
David Gerard
Examples
offspring_gf_3(
tau = 1/2,
beta = 1/6,
gamma1 = 1/3,
gamma2 = 1/3,
p1 = 1,
p2 = 2)
[Package segtest version 1.0.2 Index]