print.callback: Prints the structure of the experiment

View source: R/callback_methods.R

print.callbackR Documentation

Prints the structure of the experiment

Description

Computes the number of tests available for each pair of candidates

Usage

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

Arguments

x

A stat_count object.

...

further arguments passed to or from other methods.

Value

Printed output.

Examples

data(labour1)
x <- callback(data=labour1,cluster="offer",candid="hist",callback="callback",
comp = "all")
print(x)

callback documentation built on May 29, 2024, 4:57 a.m.