From e41a9529be34a250563955d2d73004fa206c2f6d Mon Sep 17 00:00:00 2001 From: stemangiola Date: Thu, 14 Sep 2023 20:29:32 +1000 Subject: [PATCH] add dependency --- R/glmmSeq.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/glmmSeq.R b/R/glmmSeq.R index da9454b4..664fc045 100644 --- a/R/glmmSeq.R +++ b/R/glmmSeq.R @@ -47,7 +47,7 @@ organiseStats = function (resultList, test.stat) hyp_matrix = function (fullFormula, metadata, LHS) { - reduced2 <- nobars(fullFormula) + reduced2 <- lme4::nobars(fullFormula) fac <- attr(terms(reduced2), "factors") data2 <- metadata data2[, LHS] <- rep(0, nrow(data2))