powered by
Calculates normalized in balance verification using a mass standard
normalizedError(reading, standard, calibCert, u_massStandard = NULL)
balance reading for the standard mass.
one of two options: an object of class "massStandard" (see massStandard()) or the numeric value of the conventional mass of the standard used.
"massStandard"
massStandard()
object of class "calibCert" with the calibration data of the balance. See calibCert() for details.
"calibCert"
calibCert()
uncertainty of the conventional mass of the standard used. Necessary only if standard is not an object of class "massStandard" (see massStandard()).
standard
Numeric value of normalized error for balance verification using a mass standard.
massStandard().
# NOT RUN { data(E2.MS.20g) data(MT.XPE.204) normalizedError(reading = 20.0000, standard = E2.MS.20g, calibCert = MT.XPE.204) # }
Run the code above in your browser using DataLab