summarize_segments.Rd
Produce a summary of the segments and the segment-specific treatment rule
assignment based on estimates of the conditional average treatment effect
(CATE) within each segment. When the dynamic treatment rule has not yet been
assigned via assign_rule
, just segment specific summaries of
the CATE estimates and their standard error are returned.
summarize_segments(data_with_rule)
data_with_rule | A |
---|
A data.table
containing the discovered
segments, the estimated CATE within each segment (with inference for the
CATE), the segment-specific treatment rule assignment, and auxiliary info
for assessing the quality of the segmentation.