plot.summary.tdlm {dlmtree} | R Documentation |
Plots a distributed lag function for model summary of 'tdlm'
Description
Method for plotting a distributed lag function for model summary of 'tdlm'
Usage
## S3 method for class 'summary.tdlm'
plot(x, trueDLM = NULL, ...)
Arguments
x |
object of class 'summary.tdlm', output of summary of 'tdlm' |
trueDLM |
A vector of true effects that can be obtained from the simulated data. Only applicable for simulation studies |
... |
additional plotting parameters for title and labels 'start.time' which sets the first time value |
Details
plot.summary.tdlm
Value
A plot of distributed lag effect estimated with tdlm
[Package dlmtree version 1.0.0 Index]