Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 23, 2023
1 parent e53d7f4 commit 5ab9ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_heteroscedasticity.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ check_heteroscedasticity.default <- function(x, ...) {
.U <- (r^2) / S.sq
mod <- stats::lm(.U ~ stats::fitted(x))

SS <- stats::anova(mod)$"Sum Sq"
SS <- stats::anova(mod)$`Sum Sq`
RegSS <- sum(SS) - SS[length(SS)]
Chisq <- RegSS / 2

Expand Down

0 comments on commit 5ab9ced

Please sign in to comment.