print.stat_paired {callback}R Documentation

Print the callback counts analysis

Description

Computes the callback numbers for each candidate.

Usage

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

Arguments

x

a stat_paired object.

...

further arguments passed to or from other methods.

Value

Printed output.

Examples

data(labour1)
print(stat_paired(callback(labour1, "offer", "hist", "callback",
comp = "all")))

[Package callback version 0.1.3 Index]