Learn R Programming

callback (version 0.1.3)

print.callback: Prints the structure of the experiment

Description

Computes the number of tests available for each pair of candidates

Usage

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

Value

Printed output.

Arguments

x

a stat_paired object.

...

further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab