associativity_one_AC_covar_bin {MoNAn}R Documentation

associativity_one_AC_covar_bin

Description

Do individuals with the same attribute tend to use the same paths and individuals with different attributes to move to different places? This statistic gives a positive contribution to all cliques of individuals with the value 1 of a binary covariate who use the same path. It's a geometrically-weighted statistic, so the more cliques we add, the less they matter.

Usage

associativity_one_AC_covar_bin(
  dep.var = 1,
  resource.attribute.index,
  state,
  cache,
  i,
  j,
  edge,
  update,
  getTargetContribution = FALSE,
  alpha = 2
)

Arguments

dep.var
resource.attribute.index
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.1.0 Index]