diff --git a/R/methods_glmmTMB.R b/R/methods_glmmTMB.R index 07d3b46ee..1346780a8 100755 --- a/R/methods_glmmTMB.R +++ b/R/methods_glmmTMB.R @@ -50,6 +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 }