Summarize Heterogeneity and Consistency Tests
# S3 method for hte
summary(object, ...)An object of class summary.hte, which is a list containing:
A tibble with group average treatment effect estimates, including columns: group, algorithm, estimate, std.deviation, lower, upper, z.score, and p.value.
A tibble with uplift rate estimates for exceptional responders, including columns: algorithm, estimate, std.deviation, conf.low.uniform, z.score, and p.value. Returns NULL when cross-validation is used.
An object of evaluate_hte class (typically an output of evaluate_hte() function).
Other parameters.