Run posterior sampling from a prepared bundle
mcmc.Rdmcmc() is the generic workflow runner. It dispatches to
run_mcmc_bundle_manual for one-arm bundles and to
run_mcmc_causal for causal bundles.
Details
This wrapper is useful when you want a two-stage workflow:
build first, inspect or modify the bundle, then sample. Named MCMC arguments
supplied through ... override the settings stored in the bundle before
execution.
The returned fit represents posterior draws from the finite SB/CRP approximation encoded in the bundle. Downstream summaries therefore target posterior predictive quantities such as \(f(y \mid x)\), \(F(y \mid x)\), and derived treatment-effect functionals.