in_weights_exponent {MoNAn}R Documentation

in_weights_exponent

Description

Is there a preferential attachment in the mobility network, i.e., do individuals move particularly to popular destinations?

Usage

in_weights_exponent(
  dep.var = 1,
  state,
  cache,
  i,
  j,
  edge,
  update,
  getTargetContribution = FALSE,
  exponent = 0.5
)

Arguments

dep.var
state
cache
i
j
edge
update
getTargetContribution
exponent

Value

Returns the change statistic or target statistic of the effect for internal use by the estimation algorithm.


[Package MoNAn version 1.1.0 Index]