View source: R/callback_methods.R
print.stat_comp | R Documentation |
Print the results of the the Student and binomial tests of equality between the callback rates.
## S3 method for class 'stat_comp'
print(x, digits = 5, ...)
x |
A |
digits |
minimal number of significant digits. |
... |
further arguments passed to or from other methods. |
Printed output.
data(labour1)
print(stat_comp(callback(data=labour1, cluster="offer",candid="hist",
callback="callback", comp = "all")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.