concentration_prop_orig_cov {MoNAn} | R Documentation |
concentration_prop_orig_cov
Description
Is there a bandwagon effect in mobility, i.e. do mobile individuals move to locations that are the destination of many others from their origin? The functional form of this statistic assumes that individuals consider the proportions of individuals (coming from the same origin) going to a certain destination, instead of the total number. This is weighted by an attribute of the origin, to model differences in concentration by origin characteristic.
Usage
concentration_prop_orig_cov(
dep.var = 1,
attribute.index,
state,
cache,
i,
j,
edge,
update,
getTargetContribution = FALSE
)
Arguments
dep.var |
|
attribute.index |
|
state |
|
cache |
|
i |
|
j |
|
edge |
|
update |
|
getTargetContribution |
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]