aboutsummaryrefslogtreecommitdiff
path: root/R/loq.R
diff options
context:
space:
mode:
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