overall_effect {inferference} | R Documentation |
Retrieve Overall Effect Estimates
Description
Retrieves the population average overall causal effect:
\hat{Y}(alpha1) - \hat{Y}(lpha2)
Usage
overall_effect(object, allocation1, allocation2 = NULL)
oe(object, allocation1, allocation2 = NULL)
Arguments
object |
an object of class |
allocation1 |
the allocation scheme for which to estimate overall effects |
allocation2 |
the allocation scheme for which to estimate overall effects |
Value
a data.frame with a single row with requested values
[Package inferference version 1.0.2 Index]