Reports the identification region, its standard errors, and the joint Imbens-Manski interval with a line naming the estimand and the assumptions that produced them. Where [print()] shows the returned vector, `summary()` says what the numbers are of.
Usage
# S3 method for class 'attrition_bounds'
summary(object, ...)Examples
summary(estimator_ev(Y = Y_polarization_w2, Z = Z, R = R1,
minY = 0, maxY = 6, data = levendusky_replication))
#> Extreme value (Manski) bounds on Y_polarization_w2
#> Estimand: the average treatment effect among all subjects
#>
#> Identification region [-1.539, 1.710]
#> Standard errors 0.079, 0.077
#> 95% Imbens-Manski CI [-1.669, 1.836]
#>
#> Assuming the outcome lies within the stated minimum and maximum.