Skip to content

Commit

Permalink
marginaleffects() was renamed slopes()
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 9, 2023
1 parent 683125b commit 226c07e
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 226c07e

Please sign in to comment.