tex_dcanalysis: Generate the description (in the selected format) of the MCMC...

View source: R/tex_helpr.R

tex_dcanalysisR Documentation

Generate the description (in the selected format) of the MCMC simulations inferring the data-cloned posterior distribution.

Description

Generate the description (in the selected format) of the MCMC simulations inferring the data-cloned posterior distribution.

Usage

tex_dcanalysis(
  lheat = 1,
  mcmc_chainlength = 1,
  mcmc_samplingfreq = 1,
  mcmc_numreplicates = 2,
  format = c("HTML", "Latex", "Markdown"),
  render_citation = T
)

Arguments

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".

Value

a paragraph (in the selected format) describing the MCMC simulations inferring the data-cloned posterior distribution.

Examples

tex_dcanalysis(5, 1000000, 1000, 2)

jsigao/prioritree documentation built on Jan. 9, 2023, 5:35 a.m.