Description Usage Arguments Value
Hierarchical Bayesian inference of cluster-wise selection coefficients with a random effect corresponding to a dichotomous genotype
1 2 3 4 5 6 7 8 9 10 | hier_bayes_exponentialGrowth_frequency(
s,
iterations = 8e+06,
thin = 200,
ncpu = 4,
MINT = -Inf,
MAXT = 2020.25,
MU = 73,
minClusterSize = 10
)
|
s |
data frame that describes each sample, must have columns: del_introduction, sample_time, genotype |
MINT |
minimum sample time for including cluster |
MAXT |
exclude samples after this date |
MU |
sets time scale of process and generation time. Generation time is 1/MU years |
minClusterSize |
minimum size for cluster to be included in analysis |
Bayesian sampler output produced by BayesianTools::runMCMC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.