Learn R Programming

callback (version 0.1.3)

print.stat_paired: Print the callback counts analysis

Description

Computes the callback numbers for each candidate.

Usage

# S3 method for stat_paired
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)
print(stat_paired(callback(labour1, "offer", "hist", "callback",
comp = "all")))

Run the code above in your browser using DataLab