Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

slag

Spatial lag operator


Description

Spatial lagging method for vectors or pseries objects.

Usage

## S3 method for class 'pseries'
slag(x, listw, maxlag, ...)

Arguments

x

an object of class pseries

listw

an object of class listw

maxlag

the spatial lag order (including lower)

...

additional arguments to be passed

Value

a pseries

Author(s)

Giovanni Millo

Examples

data(Produc, package="plm")
data(usaww)
usalw <- mat2listw(usaww)
fm <- log(gsp)~log(pcap)+log(pc)+log(emp)+unemp+slag(log(pcap),
  listw=usalw)
slxmod <- spreml(fm, data=Produc, w = usaww,
  model="pooling", lag=FALSE, errors="ols")

splm

Econometric Models for Spatial Panel Data

v1.4-11
GPL-2
Authors
Giovanni Millo [aut, cre], Gianfranco Piras [aut]
Initial release
2018-07-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.