From 9f1c53849ba99e9f607a817f0ca44eb693430e76 Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 24 Apr 2014 17:01:51 +0000 Subject: - 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 --- branches/0.1/chemCal/man/loq.Rd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'branches/0.1/chemCal/man/loq.Rd') 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. -- cgit v1.2.1