print.stat_count {callback} | R 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 |
... |
further arguments passed to or from other methods. |
Value
Printed output.
Examples
data(labour1)
print(stat_count(callback(labour1, "offer", "hist", "callback",
comp = "all")))
[Package callback version 0.1.1 Index]