renameMCMC | R Documentation |
MCMCresult
objectsThis is useful because an MCMC method name appears in multiple places
renameMCMC(MCMCresult, newName, oldName)
MCMCresult |
One or a named list of |
newName |
A new (replacement) name for one of the MCMC method names |
oldName |
An old (existing) name for one of the MCMC method names |
This replaces the MCMC label oldName
with newName
anywhere they appear in the MCMCresult
list. This includes
various places in the metrics
elements of the MCMCresult
objects.
If oldName
is omitted, MCMCresult
must be a single MCMCresult
object, in which the existing MCMC method name will be replaced by
newName
. Hence oldName
is only necessary if MCMCresult
is a
list of MCMCresult
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.