powered by
Displays a concise summary of the sigma metric calculation.
# S3 method for sigma_metric print(x, digits = 2, ...)
Invisibly returns the input object x.
x
An object of class sigma_metric.
sigma_metric
Number of decimal places to display (default: 2).
Additional arguments (currently ignored).
sm <- sigma_metric(bias = 1.5, cv = 2.0, tea = 10) print(sm)
Run the code above in your browser using DataLab