View source: R/plotcollindlnm.R
plot.collindlnmlinear | R Documentation |
Visualize the results from a distributed lag model under an hypothetical
linear effect pattern provided by the user, generated using the function
collindlnm
.
## S3 method for class 'collindlnmlinear'
plot(x, lags = NULL, ...)
x |
an object of class |
lags |
a number or a numeric vector indicating at what lags the results
will be visualized. Default ( |
... |
other parameters to be passed through to plot function. |
A plot showing a comparison between the results under the fitted model and the results under the hypothetical true effect.
collindlnm
, plot.collindlnmnonlinear
.
# For detailed examples:
browseVignettes("collin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.