aboutsummaryrefslogtreecommitdiff
path: root/branches/0.1/chemCal/man
diff options
context:
space:
mode:
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