Summarize Heterogeneity and Consistency Tests
# S3 method for test_hte
summary(object, ...)An object of class summary.test_hte, which is a list containing:
A tibble with consistency test results, including columns: algorithm, statistic, and p.value (for sample splitting).
A tibble with heterogeneity test results, including columns: algorithm, statistic, and p.value (for sample splitting).
A tibble with consistency test results for cross-validation.
A tibble with heterogeneity test results for cross-validation.
Note: The output contains either the first two or last two elements depending on whether cross-validation was used.
An object of test_hte class (typically an output of test_hte() function).
Other parameters.