From 9411139beee167c5339e96db448e5dbed19e06bc Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Jul 2018 18:44:22 +0200 Subject: Maintenance in preparation of improvements - Switch vignette to html - Switch tests to testthat - NEWS.md instead of ChangeLog - Remove names of y in lists returned by lod and loq --- R/lod.R | 1 + 1 file changed, 1 insertion(+) (limited to 'R/lod.R') diff --git a/R/lod.R b/R/lod.R index 5b74418..bccdf3e 100644 --- a/R/lod.R +++ b/R/lod.R @@ -48,6 +48,7 @@ lod.lm <- function(object, ..., alpha = 0.05, beta = 0.05, method = "default", t newdata <- data.frame(x = lod.x) names(newdata) <- xname lod.y <- predict(object, newdata) + names(lod.y) <- NULL } lod <- list(lod.x, lod.y) names(lod) <- c(xname, yname) -- cgit v1.2.1