| print.sigma_metric | R Documentation |
Displays a concise summary of the sigma metric calculation.
## S3 method for class 'sigma_metric'
print(x, digits = 2, ...)
x |
An object of class |
digits |
Number of decimal places to display (default: 2). |
... |
Additional arguments (currently ignored). |
Invisibly returns the input object x.
sm <- sigma_metric(bias = 1.5, cv = 2.0, tea = 10)
print(sm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.