diagnose.summary.hdlm | R Documentation |
diagnose generic function for S3method
## S3 method for class 'summary.hdlm'
diagnose(x, ...)
## S3 method for class 'summary.hdlmm'
diagnose(x, ...)
## S3 method for class 'summary.monotone'
diagnose(x, ...)
## S3 method for class 'summary.tdlm'
diagnose(x, ...)
## S3 method for class 'summary.tdlmm'
diagnose(x, ...)
## S3 method for class 'summary.tdlnm'
diagnose(x, ...)
diagnose(x, ...)
x |
a summary object resulting from summary() applied to an object of class 'tdlm', 'tdlmm', 'tdlnm', 'hdlm', 'hdlmm', 'monotone' |
... |
not used. |
shiny interface for assessing model convergence. The interface includes tabs for MCMC diagnostics such as trace plots, density plots, and convergence measures for distributed lag effects, DLM tree sizes, and hyperparameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.