Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 14, 2024
1 parent aaa7a2a commit 7883b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-logLik.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_that("logLik", {
m1 <- lm(y ~ x1 + x2, data = ddta)
l1 <- logLik(m1)

m2 <- plm(
m2 <- plm::plm(
y ~ x1 + x2,
data = ddta,
model = "pooling",
Expand Down

0 comments on commit 7883b93

Please sign in to comment.