| adjacency_mat | R Documentation |
A binary adjacency matrix (B) generated from a 6x6 regular grid using Queen contiguity.
This matrix is mathematically suitable for the Leroux Conditional Autoregressive (CAR) model.
data(adjacency_mat)
A 36 x 36 numeric matrix. The elements take a value of 1 if two areas share a common border (are neighbors), and 0 otherwise. All diagonal elements are 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.