Learn R Programming

dlsem (version 2.4.6)

lagShapes: Estimated lag shapes

Description

Estimated lag shapes and their standard errors are provided.

Usage

lagShapes(x, cumul = FALSE)

Arguments

x

An object of class dlsem.

cumul

Logical. If TRUE, cumulative causal effects are returned. Default is FALSE.

Value

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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab