tex_analysis | R Documentation |
Combine the descriptions on different types of analyses to generate the Analysis subsection of the Methods section.
tex_analysis( further_analysis = "", posterioranalysis_text = "", summarystats_text = "", powerposterior_text = "", prioranalysis_text = "", dcanalysis_text = "", format = c("HTML", "Latex", "Markdown") )
further_analysis |
The type of analysis selected to run, including:
|
posterioranalysis_text |
Description of the MCMC simulation inferring the posterior distribution. |
summarystats_text |
Description of the geographic history inference. |
powerposterior_text |
Description of the power-posterior analysis. |
prioranalysis_text |
Description of MCMC simulations where we infer the joint prior distribution. |
dcanalysis_text |
Description of the MCMC simulations inferring the data-cloned posterior distribution. |
format |
One of "HTML", "Latex", or "Markdown". |
paragraphs (in the selected format) describing the analyses of the study
posterioranalysis_text <- tex_posterioranalysis(1000000, 1000, 2) summarystats_text <- tex_summarystats("Stochastic mapping (complete history, simulation-based)") powerposterior_text <- tex_powerposterior(64, 500000, 1000, 0.3, 2) tex_analysis(further_analysis = "Marginal likelihood estimation", posterioranalysis_text = posterioranalysis_text, summarystats_text = summarystats_text, powerposterior_text = powerposterior_text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.