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.
i
Location
i
(i.e. which row/column on the adjacency matrix W).j
Location
j
(i.e. which row/column on the adjacency matrix W).DM
The dissimilarity metric between locations
i
andj
.meant
The posterior mean of the neighborhood adjacency between location
i
andj
at timet, t = 1, ... , Nu
.sdt
The posterior mean of the neighborhood adjacency between location
i
andj
at timet, t = 1, ... , Nu
.
Author(s)
Samuel I. Berchuck