Learn R Programming

valytics (version 0.4.0)

summary.ate_specs: Summary method for ate_specs objects

Description

Provides a detailed summary of allowable total error specifications, including the formulas used and all three performance tiers for comparison.

Usage

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

Value

An object of class summary.ate_specs containing detailed specification information, printed as a side effect.

Arguments

object

An object of class ate_specs.

...

Additional arguments (currently ignored).

Examples

Run this code
ate <- ate_from_bv(cvi = 5.6, cvg = 7.5)
summary(ate)

Run the code above in your browser using DataLab