Learn R Programming

callback (version 0.1.1)

print.stat_glob: Prints the global callback statistics

Description

Prints the global callback numbers and proportions for each candidate.

Usage

# S3 method for stat_glob
print(x = NULL, method = "wilson", digits = 3, ...)

Value

Printed output.

Arguments

x

a stat_glob object.

method

the type of confidence interval: "cp" for Clopper-Pearson, "wilson" for Wilson (the default), "student" for Student.

digits

minimal number of significant digits

...

further arguments passed to or from other methods.

Examples

Run this code
data(labour1)
print(stat_glob(callback(labour1, "offer", "hist", "callback",
comp = "all")))

Run the code above in your browser using DataLab