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