kimura_lrt | R Documentation |
A function to perform likelihood ratio test exploring difference in bottleneck size between two heteroplasmy samples.
kimura_lrt(h1, h2, use.h0s = F, h1.h0set = 0, h2.h0set = 0)
h1 |
The first heteroplasmy sample. |
h2 |
The two heteroplasmy sample. |
use.h0s |
Logical parameter. TBD |
h1.h0set |
Logical parameter.TBD |
h2.h0set |
Logical parameter.TBD |
The maximum likelihood for the input data according to the Kimura distribution (using bootstrapping)
X.1 = rnorm(50,0.5,0.1)
X.2 = rnorm(50,0.5,0.1)
kimura_lrt(X.1,X.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.