Skip to contents

Under no assumptions about selection, the ATE is only partially identified. Returns a named list with lower_bound, upper_bound, point_estimate, width.

Usage

manski_bounds(
  outcome_treated,
  outcome_control,
  p_treated,
  outcome_range = NULL
)

Arguments

outcome_treated

Outcomes for treated units.

outcome_control

Outcomes for control units.

p_treated

Proportion treated.

outcome_range

c(min, max) on the outcome. Default c(0, 1).

Value

Named list.