fit_nvariant | R Documentation |
This function takes Number of Variants target data and estimates parameters for the Number of Variants function. A dataframe specifying the number of variants per Kb at various sample sizes is required to fit the data
fit_nvariant(Observed_variants_per_kb)
Observed_variants_per_kb |
A data frame with the first column sample size and the second variants per Kb, both numeric |
Vector of parameters - phi and omega
data("nvariant_afr") fit_nvariant(nvariant_afr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.