From 6d4afabbe28ca6b80bf37d150abbcc642018971a Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Wed, 18 Oct 2023 13:44:46 -0400 Subject: [PATCH] tolerance test --- inst/tinytest/test-pkg-brglm2.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/tinytest/test-pkg-brglm2.R b/inst/tinytest/test-pkg-brglm2.R index e1f717856..853b5d206 100644 --- a/inst/tinytest/test-pkg-brglm2.R +++ b/inst/tinytest/test-pkg-brglm2.R @@ -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