Description Usage Arguments Details Value See Also Examples
Find the estimated time point for HI model and corresponding statictis (ssE, msE, etc.) for a single LD decay curve (e.g. Combined_LD or Jack? in a .rawld file).
1 | singleHI(d, Z, m1, T = 500L)
|
d |
the numeric vector of genetic distance (Morgan) of LD decay curve |
Z |
the numeric vector of LD decay curve |
m1 |
the admixture proportion of population 1. If m2 is the admixing proportion of population 2, then m1+m2=1. |
T |
the most ancient generation to be searched. Defaults to 500. |
This function is similar to singleCAM
, except that it only considers HI model as the core model.
an object of S3 class "CAM.single". A list consisting of:
call |
the matched call |
maxindex |
the index of the maximal value in |
d,Z |
identical to function inputs up to some truncation. See "Details" |
T,isolation |
identical to function inputs |
A |
numeric matrix A with the (i,j)-th entry being \text{exp}(-j \cdot d_i), d_i meaning the i-th entry of |
m1,m2 |
admixture proportion of population 1 and 2 |
estimate |
a list of estimates. Each element contains the estimated parameters m, n, θ_0, θ_1, starting generation, ending generation and the corresponding ssE and msE. The time point for HI model is stored in |
summary |
a data frame containing the information in |
singleCAM
, HI
, reconstruct.fitted
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.