description_deltaprior | R Documentation |
Generate the description for the prior specification on the number of dispersal routes, Δ.
description_deltaprior( states_num, symmetry = T, delta_prior = c("Poisson", "Uniform", "Beta-Binomial"), poisson_default = T, poisson_lambda = 0, alpha_beta = 1, beta_beta = 1 )
states_num |
Number of discrete states of the study trait. |
symmetry |
Whether the specified geographic model is symmetric (true) or asymmetric (false) |
delta_prior |
Which of the three prior options to put on Δ, including:
|
poisson_default |
Whether to specify the default Poisson prior in BEAUti. |
poisson_lambda |
The rate parameter (λ) of the Poisson distribution. |
alpha_beta |
Parameter α of the Beta-Binomial distribution. |
beta_beta |
Parameter β of the Beta-Binomial distribution. |
an R markdown paragraph describing the specified prior on the number of dispersal routes, Δ.
description_deltaprior(5L, TRUE, "Poisson", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.