Skip to content

Commit

Permalink
Update calc_seq_p.R
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie authored Nov 22, 2023
1 parent d5d684e commit 6ec4027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/calc_seq_p.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#' calc_seq_p(
#' test_analysis = 2,
#' test_hypothesis = "H1, H2, H3",
#' p_obs = tibble(
#' p_obs = tibble::tibble(
#' analysis = 1:2,
#' H1 = c(0.02, 0.0015),
#' H2 = c(0.01, 0.01),
Expand Down Expand Up @@ -80,7 +80,7 @@
calc_seq_p <- function(
test_analysis = 2,
test_hypothesis = "H1, H2, H3",
p_obs = tibble(
p_obs = tibble::tibble(
analysis = 1:2,
H1 = c(0.02, 0.0015),
H2 = c(0.01, 0.01),
Expand Down

0 comments on commit 6ec4027

Please sign in to comment.