print.stat_glob {callback} | R Documentation |
Prints the global callback statistics
Description
Prints the global callback numbers and proportions for each candidate.
Usage
## S3 method for class 'stat_glob'
print(x = NULL, method = "wilson", digits = 3, ...)
Arguments
x |
a |
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. |
Value
Printed output.
Examples
data(labour1)
print(stat_glob(callback(labour1, "offer", "hist", "callback",
comp = "all")))
[Package callback version 0.1.1 Index]