Learn R Programming

segtest (version 2.0.0)

three_to_two: Convert from three parameters to two parameters

Description

Convert from three parameters to two parameters

Usage

three_to_two(tau, beta, gamma)

Value

A vector of length two. The first is the double reduction rate (alpha), and the second is the preferential pairing parameter (xi).

Arguments

tau

Probability of quadrivalent formation

beta

Probability of double reduction given quadrivalent formation

gamma

Probability of AA/aa pairing given bivalent formation

Author

David Gerard

Examples

Run this code
three_to_two(tau = 0.1, beta = 1/6, gamma = 1/4)

Run the code above in your browser using DataLab