diff --git a/R/construction_helpers.R b/R/construction_helpers.R index 52b867052..03b759fe0 100644 --- a/R/construction_helpers.R +++ b/R/construction_helpers.R @@ -47,7 +47,8 @@ #' method = "glmer", #' method.args = list(family = binomial), #' package = "lme4" -#' ) +#' ) |> +#' broom::tidy() #' #' construct_model( #' x = mtcars |> dplyr::rename(`M P G` = mpg), diff --git a/man/construction_helpers.Rd b/man/construction_helpers.Rd index 3264af7f3..436bdd095 100644 --- a/man/construction_helpers.Rd +++ b/man/construction_helpers.Rd @@ -113,7 +113,8 @@ construct_model( method = "glmer", method.args = list(family = binomial), package = "lme4" -) +) |> + broom::tidy() construct_model( x = mtcars |> dplyr::rename(`M P G` = mpg),