aboutsummaryrefslogtreecommitdiff
path: root/R/loq.R
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2006-05-16 19:49:08 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2006-05-16 19:49:08 +0000
commit49eff36596275b1dbb5e07c97fb93db182baa27e (patch)
treedee5073b7ef48bee7e6fa9fc593408f2ad3d2736 /R/loq.R
parent0973370a6e27952df81aaae2a05104195e3bf633 (diff)
- Took loq and lod apart again. lod is now an implemantation of Massart, loq is
an own variant of DIN 32645 (relative error on x axis). - Partly make functions work on models where x and y are named different from "x" and "y" (loq to be done). git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@11 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'R/loq.R')
-rw-r--r--R/loq.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/loq.R b/R/loq.R
index 33e9556..c493a64 100644
--- a/R/loq.R
+++ b/R/loq.R
@@ -5,7 +5,7 @@ loq <- function(object, ..., alpha = 0.05, k = 3, n = 1, w = "auto")
loq.default <- function(object, ..., alpha = 0.05, k = 3, n = 1, w = "auto")
{
- stop("lod is only implemented for univariate lm objects.")
+ stop("loq is only implemented for univariate lm objects.")
}
loq.lm <- function(object, ..., alpha = 0.05, k = 3, n = 1, w = "auto")

Contact - Imprint