Skip to content

Commit

Permalink
glmmTMB::fixef
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 13, 2024
1 parent cc79c71 commit db60535
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/methods_glmmTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ get_vcov.glmmTMB <- function(model, ...) {
#' @rdname get_coef
#' @export
get_coef.glmmTMB <- function(model, ...) {
insight::check_if_installed("lme4")
lme4::fixef(model)$cond
glmmTMB::fixef(model)$cond
}


Expand Down

0 comments on commit db60535

Please sign in to comment.