pdl | R Documentation |
Creates a regressor matrix for polynomial distributed lags.
pdl(x, d = 2, q = 3, trim = FALSE)
x |
a numeric vector. |
d |
an integer specifying the order of the polynomial. |
q |
an integer specifying the number of lags to use in creating
polynomial distributed lags. This must be greater than |
trim |
a logical flag; if |
tslag
## pdl -
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.