Estimated lag shapes
Estimated lag shapes and their standard errors are provided.
lagShapes(x, cumul = FALSE)
x
: An object of class dlsem
.cumul
: Logical. If TRUE
, cumulative causal effects are returned. Default is FALSE
.A list of lists, one for each endogenous variable, each containing several matrices including the estimated lag shapes and their standard errors.
dlsem ; causalEff ; lagPlot .
data(industry) indus.code <- list( Consum~ecq(Job,0,5), Pollution~ecq(Job,1,8)+ecq(Consum,1,7) ) indus.mod <- dlsem(indus.code,group="Region",exogenous=c("Population","GDP"),data=industry, log=TRUE) lagShapes(indus.mod)
Useful links