Skip to content

Commit

Permalink
Update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 10, 2023
1 parent 96f85bc commit 694c46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ S3method(check_collinearity,probitmfx)
S3method(check_collinearity,zerocount)
S3method(check_collinearity,zeroinfl)
S3method(check_concurvity,gam)
S3method(check_convergence,"_glm")
S3method(check_convergence,default)
S3method(check_convergence,glmmTMB)
S3method(check_convergence,merMod)
Expand Down
1 change: 1 addition & 0 deletions R/check_convergence.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ check_convergence.glmmTMB <- function(x, ...) {
isTRUE(x$sdr$pdHess)
}


#' @export
check_convergence._glm <- function(x, ...){
isTRUE(x$fit$converged)
Expand Down

0 comments on commit 694c46f

Please sign in to comment.