Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 13, 2024
1 parent 4c86fcb commit 3a07092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/get_datagrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,9 @@ get_datagrid.datagrid <- get_datagrid.visualisation_matrix
#' mtcars$cyl <- factor(mtcars$cyl)
#'
#' mod <- glm(am ~ cyl + hp + wt,
#' family = binomial("logit"),
#' data = mtcars)
#' family = binomial("logit"),
#' data = mtcars
#' )
#'
#' @examplesIf insight::check_if_installed("emmeans", quietly = TRUE)
#' em1 <- emmeans::emmeans(mod, ~ cyl + hp, at = list(hp = c(100, 150)))
Expand Down
5 changes: 3 additions & 2 deletions man/get_datagrid.emmGrid.Rd

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

0 comments on commit 3a07092

Please sign in to comment.