Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed May 19, 2024
1 parent ebc7a77 commit 09665c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/methods_stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ glance_custom_internal.lm <- function(x, vcov_type = NULL, gof = NULL, ...) {
if (inherits(gof, "data.frame") && "statistic" %in% colnames(gof)) {
out[["F"]] <- gof$statistic
} else {
fstat <- NULL
if (isTRUE(check_dependency("lmtest"))) {
void <- utils::capture.output(fstat <- try(lmtest::waldtest(x, vcov = stats::vcov)$F[2], silent = TRUE))
}
Expand Down

0 comments on commit 09665c7

Please sign in to comment.