Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 11, 2024
1 parent 519f66a commit 0607131
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/chi_squared_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' That Use the Chi‑Squared Statistic. Mathematics, 11, 1982.
#' \doi{10.3390/math11091982}
#'
#' @examples
#' @examplesIf require("effectsize")
#' data(efc)
#' efc$weight <- abs(rnorm(nrow(efc), 1, 0.3))
#'
Expand Down
2 changes: 1 addition & 1 deletion R/mann_whitney_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#' r = |Z| / sqrt(n1 + n2)
#' ```
#'
#' @examplesIf requireNamespace("coin", quietly = TRUE) && requireNamespace("survey", quietly = TRUE)
#' @examplesIf require("coin") && require("survey")
#' data(efc)
#' # Mann-Whitney-U tests for elder's age by elder's sex.
#' mann_whitney_test(efc, "e17age", by = "e16sex")
Expand Down
2 changes: 1 addition & 1 deletion R/t_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @return A data frame with test results.
#'
#' @examplesIf requireNamespace("effectsize")
#' @examplesIf require("effectsize")
#' data(sleep)
#' # one-sample t-test
#' t_test(sleep, "extra")
Expand Down
2 changes: 2 additions & 0 deletions man/chi_squared_test.Rd

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

2 changes: 1 addition & 1 deletion man/mann_whitney_test.Rd

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

2 changes: 1 addition & 1 deletion man/t_test.Rd

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

0 comments on commit 0607131

Please sign in to comment.