powered by
Convert the output of multMixNRMI into a coda mcmc object
# S3 method for multNRMI as.mcmc(x, ..., thinning_to = 1000, ncores = parallel::detectCores())
a coda::mcmc object
Output of multMixNRMI.
Further arguments to be passed to specific methods
Final length of the chain after thinning.
Specify the number of cores to use in the conversion
data(acidity) out <- multMixNRMI1(acidity, parallel = TRUE, Nit = 10, ncores = 2) coda::as.mcmc(out, ncores = 2)
Run the code above in your browser using DataLab