Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acoppock committed Jan 27, 2022
1 parent f92d860 commit 18fa691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-lm-robust.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test_that("lm robust se", {
expect_false(all(lm_hc1$std.error == lm_hc3$std.error))
expect_false(all(lm_hc2$std.error == lm_hc3$std.error))

expect_equivalent(lm_hc0$df,lm_hc1$d)
expect_equivalent(lm_hc0$df,lm_hc1$df)
expect_equivalent(lm_hc0$df,lm_hc2$df)
expect_equivalent(lm_hc0$df,lm_hc3$df)
expect_equivalent(lm_hc0$df,lm_stata$df)
Expand Down

0 comments on commit 18fa691

Please sign in to comment.