lagShapes function

Estimated lag shapes

Estimated lag shapes

Estimated lag shapes and their standard errors are provided.

lagShapes(x, cumul = FALSE)

Arguments

  • x: An object of class dlsem.
  • cumul: Logical. If TRUE, cumulative causal effects are returned. Default is FALSE.

Returns

A list of lists, one for each endogenous variable, each containing several matrices including the estimated lag shapes and their standard errors.

See Also

dlsem ; causalEff ; lagPlot .

Examples

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)
  • Maintainer: Alessandro Magrini
  • License: GPL-2
  • Last published: 2020-04-16

Useful links