Learn R Programming

callback (version 0.1.1)

print.stat_count: Print the callback counts analysis

Description

Computes the callback numbers for each candidate.

Usage

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

Value

Printed output.

Arguments

x

a stat_count object.

...

further arguments passed to or from other methods.

Examples

Run this code
data(labour1)
print(stat_count(callback(labour1, "offer", "hist", "callback",
comp = "all")))

Run the code above in your browser using DataLab