Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 11, 2023
1 parent 6dfc7e3 commit fe175d8
Showing 1 changed file with 3 additions and 3 deletions.
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 fe175d8

Please sign in to comment.