Skip to content

Commit

Permalink
tolerance test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 18, 2023
1 parent 56fe602 commit 6d4afab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test-pkg-brglm2.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mfx <- slopes(
newdata = datagrid(PI = 15, EH = 2, NV = 0),
type = "link")
expect_equivalent(mfx$estimate, em$PI.trend)
expect_equivalent(mfx$std.error, em$std.error, tolerance = .0001)
expect_equivalent(mfx$std.error, em$std.error, tolerance = .001)


# brglm2::brglm_fit vs. margins
Expand Down

0 comments on commit 6d4afab

Please sign in to comment.