Skip to content

Commit

Permalink
Merge branch 'main' into revdep_0_19_0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 13, 2024
2 parents 4cd2363 + db60535 commit 0f7e35a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/methods_glmmTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ get_vcov.glmmTMB <- function(model, ...) {
#' @rdname get_coef
#' @export
get_coef.glmmTMB <- function(model, ...) {
insight::check_if_installed("glmmTMB")
glmmTMB::fixef(model)$cond
}

Expand Down

0 comments on commit 0f7e35a

Please sign in to comment.