print.stat_tcs {callback} | R Documentation |
Prints the proportions of the total callback shares
Description
Prints the statistics from stat_tcs() output
Prints the statistics from stat_ecs() output
Usage
## S3 method for class 'stat_tcs'
print(x, digits = 3, ...)
## S3 method for class 'stat_ecs'
print(x, digits = 3, ...)
Arguments
x |
a |
digits |
minimal number of significant digits. |
... |
further arguments passed to or from other methods. |
Value
Printed output.
Printed output.
Examples
data(labour1)
x <- callback(labour1, "offer", "hist", "callback", comp = "all")
print(stat_tcs(x,level=0.90))
data(labour1)
x <- callback(labour1, "offer", "hist", "callback", comp = "all")
print(stat_ecs(x,level=0.90))
[Package callback version 0.1.1 Index]