From b31824f420c9d904ab5f46774183a59e3b86cedd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 4 Oct 2016 08:45:23 +0200 Subject: Static documentation built using newer staticdocs::build_site() --- docs/reference.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 docs/reference.html (limited to 'docs/reference.html') diff --git a/docs/reference.html b/docs/reference.html new file mode 100644 index 0000000..6c99033 --- /dev/null +++ b/docs/reference.html @@ -0,0 +1,118 @@ + + + + +Function reference. chemCal 0.1-37 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+

Function reference

+ +

Main functions

+

Essential functionality

+ + +
    + +
  • + inverse.predict(inverse.predict.lm, inverse.predict.rlm, inverse.predict.default)
    Predict x from y for a linear calibration
  • + +
  • + calplot(calplot.default, calplot.lm)
    Plot calibration graphs from univariate linear models
  • + +
+

LOD and LOQ

+

Limit of detection and limit of quantification

+ + +
    + +
  • + lod(lod.lm, lod.rlm, lod.default)
    Estimate a limit of detection (LOD)
  • + +
  • + loq(loq.lm, loq.rlm, loq.default)
    Estimate a limit of quantification (LOQ)
  • + +
+

Datasets

+

Example data

+ + +
    + +
  • + din32645
    Calibration data from DIN 32645
  • + +
  • + massart97ex1
    Calibration data from Massart et al. (1997), example 1
  • + +
+

Other

+ + +
    + +
  • + chemCal-package
    + Calibration functions for analytical chemistry +
  • + +
  • + massart97ex3
    Calibration data from Massart et al. (1997), example 3
  • + +
+
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1