diff options
Diffstat (limited to 'trunk/DESCRIPTION')
-rw-r--r-- | trunk/DESCRIPTION | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/DESCRIPTION b/trunk/DESCRIPTION new file mode 100644 index 0000000..b2eee68 --- /dev/null +++ b/trunk/DESCRIPTION @@ -0,0 +1,19 @@ +Package: chemCal +Version: 0.1-21 +Date: 2007-03-23 +Title: Calibration functions for analytical chemistry +Author: Johannes Ranke <jranke@uni-bremen.de> +Maintainer: Johannes Ranke <jranke@uni-bremen.de> +Depends: R (>= 2.4.0) +Suggests: MASS +Description: 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 (LOQ) and limit of quantification (LOD). + The functions work on model objects from - optionally weighted - linear + regression (lm) or robust linear regression (rlm from the MASS package). +License: GPL version 2 or newer +URL: http://www.r-project.org, + http://www.uft.uni-bremen.de/chemie/ranke/?page=chemCal, + http://kriemhild.uft.uni-bremen.de/viewcvs/?root=chemCal |