recreate_listw {sfdep} | R Documentation |
Given a neighbor and weight list, create a listw
object.
recreate_listw(nb, wt)
nb |
a neighbor list object for example as created by |
wt |
a weights list as created by |
a listw
object
recreate_listw(guerry_nb$nb, guerry_nb$wt)