sim_covariate {MoNAn}R Documentation

sim_covariate

Description

Is mobility more likely between locations that are similar on some attribute v? E.g., is mobility more likely between organisations that have a similar size?

Usage

sim_covariate(
  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]