tex_bayesianinference | R Documentation |
Generate the description (in the selected format) of the Bayesian inference procedure used in the study.
tex_bayesianinference( empiricaltree_mh = T, tree_num = 1, bssvs = T, format = c("HTML", "Latex", "Markdown"), render_citation = T )
empiricaltree_mh |
Whether treating the provided distribution of trees as part of the Markov chain (default true) or averaging over the distribution uniformly. |
tree_num |
Number of phylogenetic trees to condition on (1 when the tree is fixed). |
bssvs |
Whether Bayesian Stochastic Search Variable Selection (BSSVS) is used (default true) in the discrete-geographic model. |
format |
One of "HTML", "Latex", or "Markdown". |
render_citation |
Whether the reference list will be rendered at the end of the methods document (default true; false when just showing the description in the HTML panel). |
a paragraph (in the selected format) describing the Bayesian inference procedure used in the study.
tex_bayesianinference(TRUE, 1, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.