tex_dcanalysis | R Documentation |
Generate the description (in the selected format) of the MCMC simulations inferring the data-cloned posterior distribution.
tex_dcanalysis( lheat = 1, mcmc_chainlength = 1, mcmc_samplingfreq = 1, mcmc_numreplicates = 2, format = c("HTML", "Latex", "Markdown"), render_citation = T )
lheat |
Number of data clones |
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 data-cloned posterior distribution.
tex_dcanalysis(5, 1000000, 1000, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.