Skip to content

Commit

Permalink
Removed triple colon examples from fast test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
EeethB committed Jul 11, 2024
1 parent 7538384 commit 786bb10
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions R/power_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,6 @@
#'
#' @keywords internal
#'
#' @examples
#' set.seed(1234)
#' alpha <- 0.025
#' p <- c(0.018, 0.01, 0.105, 0.006)
#' num_hyps <- length(p)
#' g <- bonferroni_holm(rep(1 / 4, 4))
#' weighting_strategy <- graph_generate_weights(g)
#'
#' matrix_intersections <- weighting_strategy[, seq_len(num_hyps), drop = FALSE]
#' adjusted_weights <-
#' weighting_strategy[, -seq_len(num_hyps), drop = FALSE]
#'
#' graphicalMCP:::graph_test_closure_fast(
#' p,
#' alpha,
#' adjusted_weights,
#' matrix_intersections
#' )
#' graphicalMCP:::graph_test_shortcut_fast(
#' p,
#' alpha,
#' adjusted_weights
#' )
graph_test_closure_fast <- function(p,
alpha,
adjusted_weights,
Expand Down

0 comments on commit 786bb10

Please sign in to comment.