Skip to contents

Prints the results table from an InferenceSuite run_all_inference() call – the same table screen = TRUE prints during the call itself, so a user who assigned the return value and later types its name (or calls print() on it) sees a readable table rather than a raw nested list dump. The table itself is rendered by run_all_inference_format_pretty_table(): rows sorted by estimand, with a double rule under the header and a single rule between estimand groups and at the bottom, class names and estimand values shortened for display (never the underlying results_table values), and a cov_model letter-key legend appended when applicable – see that function's own documentation for the exact column-by-column rendering rules.

Usage

# S3 method for class 'EDIInferenceSuiteResults'
print(x, ...)

Arguments

x

An EDIInferenceSuiteResults object, as returned by InferenceSuite$run_all_inference().

...

Ignored; present for S3 consistency with the generic.

Value

x, invisibly.