Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 11, 2024
1 parent d2e14d2 commit 456569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model_parameters_ordinal.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test_that("model_parameters.clm2", {
})

test_that("model_parameters.clmm, exponentiate works w/o component column", {
datas(wine, package = "ordinal")
data(wine, package = "ordinal")
mox <- ordinal::clmm(rating ~ temp + contact + (1 | judge), data = wine)
out1 <- model_parameters(mox, exponentiate = FALSE)
out2 <- model_parameters(mox, exponentiate = TRUE)
Expand Down

0 comments on commit 456569a

Please sign in to comment.