Skip to contents

Compact console summaries for the objects the package returns: models wrapped for OpTop, harmonized partitions, discrepancy-index results, grid tables, held-out results, and moment tests. Each method prints a short header with the quantities a reader checks first and returns the object invisibly; the objects themselves stay plain lists (or a data.table for the grid table), so $-access and existing code are unaffected.

Usage

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

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

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

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

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

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

Arguments

x

The object to print.

...

Passed on where a body table is printed (the grid table method forwards to the data.table printer); ignored otherwise.

Value

x, invisibly.