print.callback {callback}R 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)

[Package callback version 0.1.1 Index]