summary.ate_specs: Summary method for ate_specs objects

View source: R/ate_methods.R

summary.ate_specsR Documentation

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 class 'ate_specs'
summary(object, ...)

Arguments

object

An object of class ate_specs.

...

Additional arguments (currently ignored).

Value

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

Examples

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


valytics documentation built on Feb. 19, 2026, 5:06 p.m.