diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-01-22 18:00:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 18:00:22 +0100 |
commit | 7790a01c57797eadf70454211b8255f9e3560393 (patch) | |
tree | ff5ee5503c23183f4a13ed6eb8b3843a1a662536 /NAMESPACE | |
parent | d36f7665da7ed855885bbbcd17b203d3e8804bab (diff) | |
parent | 34b6b8408f1ab8593ba1e9ed89a98830a4b92099 (diff) |
add linearity tests for calibration data
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,12 +11,16 @@ S3method(loq,default) S3method(loq,lm) export(calplot) export(inverse.predict) +export(linearity) export(lod) export(loq) +importFrom(graphics,abline) importFrom(graphics,legend) +importFrom(graphics,lines) importFrom(graphics,matlines) importFrom(graphics,plot) importFrom(graphics,points) +importFrom(stats,median) importFrom(stats,optimize) importFrom(stats,predict) importFrom(stats,qt) |