Print average treatment effects
# S3 method for ate
print(x, bootci.method = x$bootci.method, digits = 3, ...)
object obtained with function ate
Character. Method for constructing bootstrap confidence intervals.
Either "perc" (the default), "norm", "basic", "stud", or "bca".
Argument passed to boot::boot.ci
.
Number of digits
passed to print
When using bootstrap resampling the p-values are computing using a test-inversion method, i.e. find the critical confidence level such that one side of the confidence interval overlap the null hypothesis. The p-value is 1 minus the critical confidence level.