Description Usage Arguments Value Examples
Unconstrained Distributed Lag Creator
1 | unconDistLag(data, lag1, lag2)
|
data |
a vector for which the distributed lag is created |
lag1 |
a non-negative integer indicating the starting lag day (lag2 > lag1) |
lag2 |
a non-negative integer indicating the ending lag day (lag2 > lag1) |
A 'crossbasis' matrix showing the distributed lag
1 2 | # Lag 0-3
unconDistLag(data = df$pm25, lag1 = 0, lag2 = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.