| xml_clockratemodel | R Documentation | 
Generate the average dispersal rate model block in a 'BEAST' XML file.
xml_clockratemodel( discrete_trait_name, ctmc = F, clockrate_mean = 1, clockrate_mean_stochastic = T, clockrate_proposal_weight = 1, clockratemean_proposal_weight = 1, clockrate_mean_gammashaperate = 0.5 )
| discrete_trait_name | name of the column containing tip states | 
| ctmc | Whether to specify the CTMC-rate reference prior (default prior recommended by BEAUti) on the average dispersal rate | 
| clockrate_mean | Mean of the Exponential prior on the average dispersal rate (relevant when an Exponential prior is used) | 
| clockrate_mean_stochastic | Whether the mean of the Exponential prior should be treated as a random variable with a hyperprior (default true) | 
| clockrate_proposal_weight | Weight of the proposal on the average dispersal rate | 
| clockratemean_proposal_weight | Weight of the proposal on the mean of the Exponential prior on the average dispersal rate | 
| clockrate_mean_gammashaperate | Shape and rate parameter (assumed to be identical) of the Gamma hyperprior of the Hierarchical Exponential prior. | 
XML code specifying the average dispersal rate model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.