Weng {bmstdr} | R Documentation |
A 313 by 313 proximity matrix for the 313 LADCUAS in England. Each entry is either 0 or 1 and is 1 if the corresponding row and column LADCUAs share a common boundary.
Description
A 313 by 313 proximity matrix for the 313 LADCUAS in England. Each entry is either 0 or 1 and is 1 if the corresponding row and column LADCUAs share a common boundary.
Usage
Weng
Format
An object of class matrix
(inherits from array
) with 313 rows and 313 columns.
Source
Sahu and Böhning (2021).
References
Sahu SK, Böhning D (2021). “Bayesian spatio-temporal joint disease mapping of Covid-19 cases and deaths in local authorities of England.” Spatial Statistics. doi:10.1016/j.spasta.2021.100519.
Examples
dim(Weng)
summary(apply(Weng, 1, sum))
[Package bmstdr version 0.7.9 Index]