powered by
Prints the global callback numbers and proportions for each candidate.
# S3 method for stat_glob print(x = NULL, method = "wilson", digits = 3, ...)
Printed output.
a stat_glob object.
stat_glob
the type of confidence interval: "cp" for Clopper-Pearson, "wilson" for Wilson (the default), "student" for Student.
minimal number of significant digits
further arguments passed to or from other methods.
data(labour1) print(stat_glob(callback(labour1, "offer", "hist", "callback", comp = "all")))
Run the code above in your browser using DataLab