Skip to content

Commit

Permalink
model_parameters() on marginaleffects::predictions()-object default…
Browse files Browse the repository at this point in the history
…s to `exponentiate = TRUE`

Fixes #916
  • Loading branch information
strengejacke committed Nov 15, 2023
1 parent 0d5fa75 commit 1dc2a09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/methods_marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ model_parameters.slopes <- model_parameters.marginaleffects
#' @export
model_parameters.predictions <- function(model,
ci = 0.95,
exponentiate = TRUE,
exponentiate = FALSE,
...) {
insight::check_if_installed("marginaleffects")

Expand Down
3 changes: 3 additions & 0 deletions man/model_parameters.aov.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/model_parameters.htest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dc2a09

Please sign in to comment.