From 49eff36596275b1dbb5e07c97fb93db182baa27e Mon Sep 17 00:00:00 2001 From: ranke Date: Tue, 16 May 2006 19:49:08 +0000 Subject: - 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 --- R/loq.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/loq.R') 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") -- cgit v1.2.1