From ae12e32d074ba3839c1b71d500d9a0757b0d8d10 Mon Sep 17 00:00:00 2001 From: ranke Date: Sat, 22 Aug 2015 09:29:17 +0000 Subject: Add static HTML documentation git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@37 5fad18fb-23f0-0310-ab10-e59a3bee62b4 --- inst/web/index.html | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 inst/web/index.html (limited to 'inst/web/index.html') diff --git a/inst/web/index.html b/inst/web/index.html new file mode 100644 index 0000000..39c6b74 --- /dev/null +++ b/inst/web/index.html @@ -0,0 +1,143 @@ + + + + +Index. chemCal 0.1-35.900 + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+ chemCal provides simple functions for plotting linear +calibration functions and estimating standard errors for measurements +according to the Handbook of Chemometrics and Qualimetrics: Part A +by Massart et al. There are also functions estimating the limit +of detection (LOD) and limit of quantification (LOQ). +The functions work on model objects from - optionally weighted - linear +regression (lm) or robust linear regression (rlm from the MASS package). + +

Help topics

+ +

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
  • + +
+
+ +
+

Vignettes

+ + +

Dependencies

+
    + + +
  • Suggests: MASS
  • + +
+

Authors

+ + +
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1