print.stat_count: Print the callback counts analysis

View source: R/callback_methods.R

print.stat_countR Documentation

Print the callback counts analysis

Description

Computes the callback numbers for each candidate.

Usage

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

Arguments

x

A stat_count object.

...

further arguments passed to or from other methods.

Value

Printed output.

Examples

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

callback documentation built on May 29, 2024, 4:57 a.m.