Description Usage Arguments Value Functions
Make summary calculations based on the full Gibbs sampler.
1 2 3 4 5 | summaryMCMC(fit, model, error, sdmodel, badparam, paramfile = NULL,
returnfull = TRUE, ...)
summaryModelMCMC(fit, model, error, sdmodel, badparam, paramfile = NULL,
returnfull = TRUE, ...)
|
fit |
An object holding all steps of the sampler, plus data, observations, and likelihood. |
badparam |
The name of a function (unquoted) that tests a set of model parameters for validity; must return TRUE if parameters are valid, otherwise FALSE. |
paramfile |
If parameters were saved along the way to a text file, then this argument is used to name the file and restore them into a 3D array. |
returnfull |
If TRUE, the entire 3D array of parameters is also returned. Full likelihood at the best parameters is calculated and likelihood at each step in sampler are used to calculate DIC. |
... |
Arguments passed to |
Estimates of confidence limits of all parameters are returned.
summaryModelMCMC
: See summaryMCMC()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.