Skip to content

Commit

Permalink
Merge pull request #928 from vincentarelbundock/marginaleffects_0_17_0
Browse files Browse the repository at this point in the history
marginaleffects() was renamed slopes()
  • Loading branch information
vincentarelbundock authored Dec 9, 2023
2 parents 683125b + 226c07e commit 37d6e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test_that("comparisons()", {
chains = 1
)
)
m <- marginaleffects::marginaleffects(
m <- marginaleffects::slopes(
x,
newdata = insight::get_datagrid(x, at = "Species"),
variables = "Petal.Length"
Expand Down

0 comments on commit 37d6e41

Please sign in to comment.