aboutsummaryrefslogtreecommitdiff
path: root/branches/0.1/chemCal/man
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2014-04-24 17:01:51 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2014-04-24 17:01:51 +0000
commit9f1c53849ba99e9f607a817f0ca44eb693430e76 (patch)
treebcd68e64c3409d1e7ced370df16239a93b772950 /branches/0.1/chemCal/man
parent867ba670518e1d5ae98f58881351cefebd38b279 (diff)
- Added the tolerance argument and the fix to the call to optimize() also in
loq() - Version 0.1-33 just submitted to CRAN git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@33 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'branches/0.1/chemCal/man')
-rw-r--r--branches/0.1/chemCal/man/lod.Rd4
-rw-r--r--branches/0.1/chemCal/man/loq.Rd7
2 files changed, 8 insertions, 3 deletions
diff --git a/branches/0.1/chemCal/man/lod.Rd b/branches/0.1/chemCal/man/lod.Rd
index 918e820..04aac1f 100644
--- a/branches/0.1/chemCal/man/lod.Rd
+++ b/branches/0.1/chemCal/man/lod.Rd
@@ -33,8 +33,8 @@
}
\item{tol}{
When the \dQuote{default} method is used, the default tolerance
- for the lod on the x scale is the value of the smallest non-zero standard
- divided by 1000.
+ for the LOD on the x scale is the value of the smallest non-zero standard
+ divided by 1000. Can be set to a numeric value to override this.
}
}
\value{
diff --git a/branches/0.1/chemCal/man/loq.Rd b/branches/0.1/chemCal/man/loq.Rd
index 7541e77..082cf34 100644
--- a/branches/0.1/chemCal/man/loq.Rd
+++ b/branches/0.1/chemCal/man/loq.Rd
@@ -6,7 +6,7 @@
\title{Estimate a limit of quantification (LOQ)}
\usage{
loq(object, \dots, alpha = 0.05, k = 3, n = 1, w.loq = "auto",
- var.loq = "auto")
+ var.loq = "auto", tol = "default")
}
\arguments{
\item{object}{
@@ -43,6 +43,11 @@
The approximate variance at the LOQ. The default value is
calculated from the model.
}
+ \item{tol}{
+ The default tolerance for the LOQ on the x scale is the value of the
+ smallest non-zero standard divided by 1000. Can be set to a
+ numeric value to override this.
+ }
}
\value{
The estimated limit of quantification for a model used for calibration.

Contact - Imprint