View source: R/callback_methods.R
print.stat_prop | R Documentation |
Computes the callbacks rates for each candidate, with their confidence intervals.
## S3 method for class 'stat_prop'
print(x, digits = 3, ...)
x |
A |
digits |
minimal number of significant digits. |
... |
further arguments passed to or from other methods. |
Printed output.
data(labour1)
x <- callback(labour1, "offer", "hist", "callback", comp = "all")
print(stat_prop(x,level=0.99))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.