| summary.test_hte | R Documentation |
Summarize Heterogeneity and Consistency Tests
## S3 method for class 'test_hte'
summary(object, ...)
object |
An object of |
... |
Other parameters. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.