Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Sep 14, 2023
1 parent 8bf8dba commit e41a952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/glmmSeq.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e41a952

Please sign in to comment.