| test_kimura | R Documentation |
Given heteroplasmy fractions h, test whether their distribution is
consistent with random genetic drift.
test_kimura(h, num_MC = 1000, round = TRUE)
h |
numeric vector in |
num_MC |
number of Monte Carlo simulations. |
round |
logical, indicates whether heteroplasmy fractions are rounded to two significant digits. |
object of class htest
h <- seq(0.2, 0.5, 0.01)
test_kimura(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.