Skip to content

Commit

Permalink
address epiR test failure (closes #1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 20, 2023
1 parent f7b9031 commit 8ac8f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-epiR.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fit2 <- epi.2by2(
conf.level = 0.95, units = 100, outcome = "as.columns"
)
fit3 <- epi.2by2(
dat = tab2, method = "case.control",
dat = tab2, method = "cohort.count",
conf.level = 0.95, units = 100, outcome = "as.columns"
)

Expand Down

0 comments on commit 8ac8f35

Please sign in to comment.