Learn R Programming

callback (version 0.1.3)

print.callback_stat: Prints the callback proportions analysis

Description

Prints the statistics about the callback rates or shares.

Usage

# S3 method for callback_stat
print(x, digits = 3, ...)

Value

Printed output.

Arguments

x

a callback_stat object.

digits

minimal number of significant digits.

...

further arguments passed to or from other methods.

Examples

Run this code
data(labour1)
x <- callback(labour1, "offer", "hist", "callback", comp = "all")
print(stat_mcr(x))

Run the code above in your browser using DataLab