tex_model | R Documentation |
Generate the description (in the selected format) of the model specified in the study.
tex_model( bssvs = T, symmetry = T, format = c("HTML", "Latex", "Markdown"), render_citation = T )
bssvs |
Whether Bayesian Stochastic Search Variable Selection (BSSVS) is used (default true) in the discrete-geographic model. |
symmetry |
Whether the discrete-geographic mode is symmetric (default true) or asymmetric. |
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 model specified in the study.
tex_model(TRUE, TRUE, "Markdown", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.