| PosteriorAdj {womblR} | R Documentation |
PosteriorAdj
Description
Calculates the posterior mean and standard deviation for the neighborhood adjacencies
from the STBDwDM model.
Usage
PosteriorAdj(object)
Arguments
object |
a |
Details
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.
Value
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
iandj.meantThe posterior mean of the neighborhood adjacency between location
iandjat timet, t = 1, ... , Nu.sdtThe posterior mean of the neighborhood adjacency between location
iandjat timet, t = 1, ... , Nu.
Author(s)
Samuel I. Berchuck