Skip to content

Commit

Permalink
lol nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed May 31, 2024
1 parent 63a2f17 commit 2333cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-ard_effectsize_hedges_g.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_that("ard_effectsize_hedges_g() works", {
expect_equal(
ard_hedges_g |>
cards::get_ard_statistics(stat_name %in% c("estimate", "conf.low", "conf.high")),
hedges_g(
effectsize::hedges_g(
AGE ~ ARM,
data = cards::ADSL |> dplyr::filter(ARM %in% c("Placebo", "Xanomeline High Dose"))
) |>
Expand Down Expand Up @@ -68,7 +68,7 @@ test_that("ard_effectsize_paired_hedges_g() works", {
by = "USUBJID"
),
expr =
hedges_g(
effectsize::hedges_g(
x = AGE1,
y = AGE2,
paired = TRUE
Expand Down

0 comments on commit 2333cb4

Please sign in to comment.