View source: R/POST_PosteriorWij.R
| PosteriorAdj | R Documentation |
Calculates the posterior mean and standard deviation for the neighborhood adjacencies
from the STBDwDM model.
PosteriorAdj(object)
object |
a |
The function PosteriorAdj calculates the posterior mean and standard
deviation of the neighborhood adjacencies for each pairwise location. The neighborhood
structure used to do this comes from Berchuck et al. 2017.
PosteriorAdj returns a matrix containing the following columns.
iLocation i (i.e. which row/column on the adjacency matrix W).
jLocation j (i.e. which row/column on the adjacency matrix W).
DMThe dissimilarity metric between locations i and j.
meantThe posterior mean of the neighborhood adjacency between location
i and j at time t, t = 1, ... , Nu.
sdtThe posterior mean of the neighborhood adjacency between location
i and j at time t, t = 1, ... , Nu.
Samuel I. Berchuck
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.