Learn R Programming

callback (version 0.1.1)

print.stat_tcs: 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 stat_tcs
print(x, digits = 3, ...)

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

Value

Printed output.

Printed output.

Arguments

x

a stat_ecs 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_tcs(x,level=0.90))
data(labour1)
x <- callback(labour1, "offer", "hist", "callback", comp = "all")
print(stat_ecs(x,level=0.90))

Run the code above in your browser using DataLab