normalizedError {masscor} | R Documentation |
Calculates normalized in balance verification using a mass standard
Description
Calculates normalized in balance verification using a mass standard
Usage
normalizedError(reading, standard, calibCert, u_massStandard = NULL)
Arguments
reading |
balance reading for the standard mass. |
standard |
one of two options: an object of class |
calibCert |
object of class |
u_massStandard |
uncertainty of the conventional mass of the standard used.
Necessary only if |
Value
Numeric value of normalized error for balance verification using a mass standard.
See Also
Examples
data(E2.MS.20g)
data(MT.XPE.204)
normalizedError(reading = 20.0000, standard = E2.MS.20g, calibCert = MT.XPE.204)
[Package masscor version 0.0.7.1 Index]