diff --git a/R/methods_glmmTMB.R b/R/methods_glmmTMB.R index 1346780a8..7681a9f8d 100755 --- a/R/methods_glmmTMB.R +++ b/R/methods_glmmTMB.R @@ -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 }