Identifier
Check_Corr_Curve
Scope
Peak or group
Type
String
Description
Returns "Pass" if the correlation coefficient is greater than 0.95
Formula
If (CalibrationCurve_CorrelationCoefficient > 0.95, "Pass", "Fail")