We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b2229 commit e976d48Copy full SHA for e976d48
tests/testthat/test-model_parameters_ordinal.R
@@ -85,7 +85,7 @@ test_that("model_parameters.clm2", {
85
mp <- model_parameters(m2, exponentiate = TRUE)
86
expect_equal(
87
mp$Coefficient,
88
- c(0.48266, 0.85332, 1.30451, 2.006, 3.4376, 0.55237, -0.04069),
+ c(0.48266, 0.85332, 1.30451, 2.006, 3.4376, 1.73737, 0.96013),
89
tolerance = 1e-4
90
)
91
0 commit comments