View source: R/print.projoint_tau.R
| print.projoint_tau | R Documentation |
Custom print method for objects of class projoint_tau, typically created
by projoint or related functions.
## S3 method for class 'projoint_tau'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently unused). |
No return value; called for its side effect of printing a summary of
the estimated intra-respondent reliability (\tau).
toy_tau <- structure(
list(irr = data.frame(predicted = 0.413, se = 0.02, n = 200)),
class = "projoint_tau"
)
print(toy_tau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.