Learn R Programming

valytics (version 0.4.0)

summary.sigma_metric: Summary method for sigma_metric objects

Description

Provides a detailed summary of the sigma metric calculation, including the formula and interpretation scale.

Usage

# S3 method for sigma_metric
summary(object, ...)

Value

Invisibly returns the object.

Arguments

object

An object of class sigma_metric.

...

Additional arguments (currently ignored).

Examples

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

Run the code above in your browser using DataLab