Description Usage Arguments Details Value
Plot estimated lag coefficients and confidence intervals
1 2 |
x |
a fitted model object that inherits from |
level |
a desired confidence interval level |
scaled |
whether or not lag coefficients should be scaled
(see |
geom |
a ggplot2 graph geometry. See Details |
... |
additional graphical parameters to be passed to
|
Plots estimated lag coefficients and confidence intervals to allow
convenient visual inspection of effects over different radii. Point
estimates and confidence intervals are computed using
confint, and plots are rendered using
minimal ggplot2 commands so that the resulting graphics objects
are largely customizable.
For now, the only supported plot geometries correspond to
geom_pointrange and
geom_line, and show the estimated
functions of Lag radii as either point and interval estimates,
or continuous functions with confidence bands, respectively. The
default option is geom = "pointrange" for point and interval
estimates.
a ggplot2 graphic object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.