plot.pdlm | R Documentation |
Produces a plot for an object of class pdlm
(typically created by pdlm
).
The function displays the observed data along with the fitted curves computed using filtered and/or
smoothed state estimates.
## S3 method for class 'pdlm'
plot(x, plot_data = TRUE, conf.int = FALSE, sig.level = 0.95, ...)
x |
An object of class |
plot_data |
Logical; if |
conf.int |
Logical; if |
sig.level |
Numeric; significance level for confidence intervals (default: 0.95). |
... |
Additional graphical parameters to pass to the underlying plotting functions. |
This function produces a plot of the fitted DLM and returns NULL
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.