View source: R/callback_methods.R
print.stat_count | R Documentation |
Computes the callback numbers for each candidate.
## S3 method for class 'stat_count'
print(x, ...)
x |
A |
... |
further arguments passed to or from other methods. |
Printed output.
data(labour1)
print(stat_count(callback(labour1, "offer", "hist", "callback",
comp = "all")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.