maxlik | R Documentation |
Compute maximum likelihood parameters and confidence intervals for a given heteroplasmy set. We can do this while imposing a specific h0 as an argument or allowing a search over h0 values.
maxlik(h, conf.level = 0.95, h0 = F)
h |
A vector containig heteroplasmy measurements. Every observation should be in |
conf.level |
The preferred confidence interval calculation, Default value is 0,95 (95%). |
h0 |
Logical parameter. A particular h0 value Default is to treat h0 as a fit parameter |
The maximum likelihood for the input data according to the Kimura distribution
X.1 = rnorm(50,0.5,0.1)
maxlik(X.1,conf.level=0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.