Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 10, 2023
1 parent da6d15a commit 820084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fixest.R
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ test_that("find_statistic", {
# and https://github.com/lrberge/fixest/blob/c14c55917897478d996f80bd3392d2e7355b1f29/R/ESTIMATION_FUNS.R#L2903
d <- Greene
d$dv <- as.numeric(Greene$decision == "yes")
m5 <- feglm(dv ~ language | judge,
m5 <- fixest::feglm(dv ~ language | judge,
data = d,
cluster = "judge", family = "logit"
)
Expand Down

0 comments on commit 820084d

Please sign in to comment.