powered by
Coerces MCMC objects to an mcmcarray-object.
mcmcarray-object
as.mcmcarray(x, ...)# S3 method for default as.mcmcarray(x, ...)# S3 method for mcarray as.mcmcarray(x, ...)# S3 method for mcmc as.mcmcarray(x, ...)# S3 method for mcmc.list as.mcmcarray(x, ...)# S3 method for mcmcr as.mcmcarray(x, ...)
# S3 method for default as.mcmcarray(x, ...)
# S3 method for mcarray as.mcmcarray(x, ...)
# S3 method for mcmc as.mcmcarray(x, ...)
# S3 method for mcmc.list as.mcmcarray(x, ...)
# S3 method for mcmcr as.mcmcarray(x, ...)
object to coerce.
Unused.
default: Coerces vector, matrix or array to an mcmcarray object
default
mcarray: Coerces mcarray object to an mcmcarray object
mcarray
mcmc: Coerces mcmc object (with one parameter) to an mcmcarray object
mcmc
mcmc.list: Coerces mcmc.list object (with one parameter) to an mcmcarray object
mcmc.list
mcmcr: Coerces mcmcr object (with one parameter) to an mcmcarray object
mcmcr
# NOT RUN { as.mcmcarray(as.mcarray(mcmcr_example$beta)) # }
Run the code above in your browser using DataLab