powered by
Produce a summary for an ATbounds object.
# S3 method for ATbounds summary(object, ...)
ATbounds object
Additional arguments for summary generic
A summary is produced with bounds estimates and confidence intervals. In addition, it has the following elements.
lower bound estimate and lower end point of the confidence interval
upper bound estimate and upper end point of the confidence interval
Sokbae Lee and Martin Weidner. Bounding Treatment Effects by Pooling Limited Information across Observations.
# NOT RUN { Y <- RHC[,"survival"] D <- RHC[,"RHC"] X <- RHC[,c("age","edu")] rps <- rep(mean(D),length(D)) results_ate <- atebounds(Y, D, X, rps, Q = 3) summary(results_ate) # }
Run the code above in your browser using DataLab