Skip to content

Commit

Permalink
Merge branch 'main' into rc_0_10_5
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Sep 11, 2023
2 parents 81c1c4f + fe175d8 commit f86119a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight
6 changes: 3 additions & 3 deletions R/check_homogeneity.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ check_homogeneity.default <- function(x, method = c("bartlett", "fligner", "leve


method.string <- switch(method,
"bartlett" = "Bartlett Test",
"fligner" = "Fligner-Killeen Test",
"levene" = "Levene's Test"
bartlett = "Bartlett Test",
fligner = "Fligner-Killeen Test",
levene = "Levene's Test"
)

attr(p.val, "data") <- x
Expand Down

0 comments on commit f86119a

Please sign in to comment.