convert_to_mcmc function

Convert the output of multMixNRMI into a coda mcmc object

Convert the output of multMixNRMI into a coda mcmc object

convert_to_mcmc(fitlist, thinning_to = 1000, ncores = parallel::detectCores())

Arguments

  • fitlist: Output of multMixNRMI.
  • thinning_to: Final length of the chain after thinning.
  • ncores: Specify the number of cores to use in the conversion

Returns

a coda::mcmc object

  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links