reciprocity_GW {MoNAn} | R Documentation |
reciprocity_GW
Description
Do individuals move to destinations that send many individuals to ego’s origin? The number of incoming individuals has decreasing returns, that is, every additionally incoming individual influences ego’s choice less.
Usage
reciprocity_GW(
dep.var = 1,
state,
cache,
i,
j,
edge,
update,
getTargetContribution = FALSE,
alpha = 2
)
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]