Skip to content

Commit

Permalink
fix wilcox akp example
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Oct 26, 2024
1 parent 02d4858 commit 177a1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ lm_age <- function(data, variable) {
#' value = c(10.1, 20.3, 30.5, 40.7, 50.9, 60.1, 70.3, 80.5, 90.7, 100.9),
#' sex = c("M", "F", "M", "F", "M", "F", "M", "F", "M", "F")
#' )
#' wilcox_akp_test(df, var = "value")
#' @export
wilcox_akp_test <- function(data, var) {
if (!is.numeric(data[[var]])) {
Expand Down
1 change: 1 addition & 0 deletions man/wilcox_akp_test.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 177a1f1

Please sign in to comment.