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