dlmEst {dlmtree} | R Documentation |
Calculates the distributed lag effect with DLM matrix for linear models.
Description
Calculates the distributed lag effect with DLM matrix for linear models.
Usage
dlmEst(dlm, nlags, nsamp)
Arguments
dlm |
A numeric matrix containing the model fit information |
nlags |
total number of lags |
nsamp |
number of mcmc iterations |
Value
A cube object of lag effect x lag x mcmc
[Package dlmtree version 1.0.0 Index]