Data frame of numeric vectors named 'Conc' and 'Signal'
containing the concentrations and the signals,
respectively.
order
Regression curve order. 1 for linear (default) and 2 for
quadratic.
badpoint
Numeric vector with the points to be ignored in the
regresion. This allows the easy elimination of outliers
without losing the stored measurement information.
intercept
Logical. If TRUE, the default, the intercept is
calculated normally instead of being forced to 0.
plot
Logical. If TRUE, the default, the calibration data
is plotted.
Value
Model of the calibration curve.
Details
A linear method (i.e lm()) is applied to obtain the
regression curve.
See Also
calibPlane when using more than one explanatory
variable.