as.mcmc.multNRMI function

Convert the output of multMixNRMI into a coda mcmc object

Convert the output of multMixNRMI into a coda mcmc object

## S3 method for class 'multNRMI' as.mcmc(x, ..., thinning_to = 1000, ncores = parallel::detectCores())

Arguments

  • x: Output of multMixNRMI.
  • ...: Further arguments to be passed to specific methods
  • 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

Examples

data(acidity) out <- multMixNRMI1(acidity, parallel = TRUE, Nit = 10, ncores = 2) coda::as.mcmc(out, ncores = 2)
  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links