powered by
Adjust the sample values of an MCMC object using a function.
mcmc_map(.x, .f, ...)# S3 method for default mcmc_map(.x, .f, ...)# S3 method for mcmc.list mcmc_map(.x, .f, ...)# S3 method for mcmcr mcmc_map(.x, .f, ...)# S3 method for mcmcrs mcmc_map(.x, .f, ...)
# S3 method for default mcmc_map(.x, .f, ...)
# S3 method for mcmc.list mcmc_map(.x, .f, ...)
# S3 method for mcmcr mcmc_map(.x, .f, ...)
# S3 method for mcmcrs mcmc_map(.x, .f, ...)
An MCMC object
The function to use
Additional arguments passed to .f.
The updated MCMC object.
default: Adjust the sample values of an MCMC object
default
mcmc.list: Adjust the sample values of an mcmc.list object
mcmc.list
mcmcr: Adjust the sample values of an mcmcr object
mcmcr
mcmcrs: Adjust the sample values of an mcmcrs object
mcmcrs
# NOT RUN { mcmc_map(mcmcr_example$beta, exp) # }
Run the code above in your browser using DataLab