Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 24, 2024
1 parent b9f037a commit 4fe8cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/performance_roc.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ as.numeric.performance_roc <- function(x, ...) {
if (inherits(x, "model_fit")) {
x <- x$fit
}
inherits(x, c("glm", "glmerMod", "logitor", "logitmfx", "probitmfx"))
inherits(x, c("glm", "glmerMod", "logitor", "logitmfx", "probitmfx", "glmmTMB"))
}

0 comments on commit 4fe8cf9

Please sign in to comment.