Performs 'a priori' ANOVA "Lack-of-Fit" tests on fitted calibration
models.
Usage
lof(obj)
Arguments
obj
An object inheriting from 'cal' (fitted by 'lmcal'
or 'nlscal')
Value
A matrix containing sum of squared residuals, sum of pure error, F-statistic and
corresponding p-value.
Details
This function performs lack-of-fit test on regression residuals. This test
assumes, that overall residual error should not be significantly larger than
error within groups with the same x (replicates). It is called by 'summary'
methods, but also can be called directly by user.