Description Usage Arguments Details Value Author(s) References See Also
Transform the constrained coefficients back to the unconstrained form
1 | get.beta(coeff, var.coeff, lags, degrees, prefix = "beta")
|
coeff |
a vector of all the coefficients from the distributed lag model |
var.coeff |
a matrix of variances and covariances of the coefficients from the distributed lag model |
lags |
an integer indicating the lags used for the distributed lag structure |
degrees |
an integer indicating the degrees used for the distributed lag structure |
prefix |
a quoted string to prefix the coefficients names |
This function is used internally by pdlm
to put the constrained polynomial distributed lag model coefficients, say η, back to its original scale β.
The function returns a list containing
beta |
the unconstrained coefficients |
se.beta |
the unconstrained coefficients standard errors |
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
Schwartz, J. (2000) The distributed lag between air pollution and daily deaths. Epidemiology 11(3), 320–326.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.