View source: R/diagnoseModels.R
diagnoseModels | R Documentation |
Return model diagnostics on posterior distribuion autocorrelation, convergence and effective sample size using functions from the coda package. See coda documentation for further information on the procedure.
diagnoseModels(model, verbose = F)
model |
(Mcmcglmm model) |
verbose |
(logical) If TRUE, the function prompts diagnostics as they are evaluated. |
Model diagnostics summary
## Not run:
# Diagnose mcmcglmm model
model_diagnostics <- diagnoseModels(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.