transitivity_GW {MoNAn} | R Documentation |
transitivity_GW
Description
Is mobility clustered in groups? This is represented by the count of transitive triads among three nodes, where the number of two-paths is geometrically weighted down to avoid degeneracy.
Usage
transitivity_GW(
dep.var = 1,
state,
cache,
i,
j,
edge,
update,
getTargetContribution = FALSE,
alpha = 1.1
)
Arguments
dep.var |
|
state |
|
cache |
|
i |
|
j |
|
edge |
|
update |
|
getTargetContribution |
|
alpha |
Value
Returns the change statistic or target statistic of the effect for internal use by the estimation algorithm.
[Package MoNAn version 1.0.0 Index]