Description Usage Arguments Value
Draw samples from a MCMC chain per Jannink & Wu 2003
1 2 3 4 5 6 7 8 | jannink_mcmc(
initial_values,
niter = 10000,
genoprobs,
trait,
allelic_number_prior = "poisson",
poisson_prior_mean = 2
)
|
initial_values |
a named list of length 3, where names are 'configuration', 'effects', and 'residual_variance'. |
niter |
number of iterations |
genoprobs |
a genoprobs matrix for QTL |
trait |
a univariate trait affected by the QTL |
allelic_number_prior |
Takes either of two values, "poisson" or "uniform". |
poisson_prior_mean |
lamba, ie, mean, for the untruncated poisson. |
a list of length two, where each entry is itself a list of results from each iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.