powered by
Displays a concise summary of allowable total error specifications calculated from biological variation.
# S3 method for ate_specs print(x, digits = 2, ...)
Invisibly returns the input object x.
x
An object of class ate_specs.
ate_specs
Number of decimal places to display (default: 2).
Additional arguments (currently ignored).
ate <- ate_from_bv(cvi = 5.6, cvg = 7.5) print(ate)
Run the code above in your browser using DataLab