Learn R Programming

valytics (version 0.3.0)

print.sigma_metric: Print method for sigma_metric objects

Description

Displays a concise summary of the sigma metric calculation.

Usage

# S3 method for sigma_metric
print(x, digits = 2, ...)

Value

Invisibly returns the input object x.

Arguments

x

An object of class sigma_metric.

digits

Number of decimal places to display (default: 2).

...

Additional arguments (currently ignored).

Examples

Run this code
sm <- sigma_metric(bias = 1.5, cv = 2.0, tea = 10)
print(sm)

Run the code above in your browser using DataLab