resource_covar_to_node_covar {MoNAn}R Documentation

resource_covar_to_node_covar

Description

Do individuals with some individual attribute w tend to move to locations with some location characteristic v? E.g., do women move to larger organisations than men?

Usage

resource_covar_to_node_covar(
  dep.var = 1,
  resource.attribute.index,
  attribute.index,
  state,
  cache,
  i,
  j,
  edge,
  update,
  loop.contribution = FALSE,
  getTargetContribution = FALSE
)

Arguments

dep.var
resource.attribute.index
attribute.index
state
cache
i
j
edge
update
loop.contribution
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]