Learn R Programming

sphet (version 2.0)

listw2dgCMatrix: Interface between Matrix class objects and weights list

Description

Interface between Matrix class objects and weights list

Usage

listw2dgCMatrix(listw, zero.policy = NULL)

Arguments

listw

a listw object created for example by nb2listw

zero.policy

See lagsarlm for details

Value

Matrix class object: a sparse Matrix

Examples

Run this code
# NOT RUN {
library(spdep)
data(columbus)
listw <- nb2listw(col.gal.nb)
spW <- listw2dgCMatrix(listw)
# }

Run the code above in your browser using DataLab