tex_prioranalysis | R Documentation |
Generate the description (in the selected format) of MCMC simulations where we infer the joint prior distribution.
tex_prioranalysis( mcmc_chainlength = 1, mcmc_samplingfreq = 1, mcmc_numreplicates = 2, format = c("HTML", "Latex", "Markdown") )
mcmc_chainlength |
Number of MCMC generations to run the analysis |
mcmc_samplingfreq |
Every number of MCMC generations to log to the output |
mcmc_numreplicates |
Number of MCMC replicates to run |
format |
One of "HTML", "Latex", or "Markdown". |
a paragraph (in the selected format) describing the MCMC simulations inferring the joint prior distribution.
tex_prioranalysis(1000000, 1000, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.