overall_effect function

Retrieve Overall Effect Estimates

Retrieve Overall Effect Estimates

Retrieves the population average overall causal effect: Yhat(alpha1)Yhat(alpha2)Yhat(alpha1) - Yhat(alpha2)

overall_effect(object, allocation1, allocation2 = NULL) oe(object, allocation1, allocation2 = NULL)

Arguments

  • object: an object of class interference
  • allocation1: the allocation scheme for which to estimate overall effects
  • allocation2: the allocation scheme for which to estimate overall effects

Returns

a data.frame with a single row with requested values

  • Maintainer: Bradley Saul
  • License: GPL (>= 2)
  • Last published: 2021-04-21

Useful links