Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/pvalue_maxcombo.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

#' MaxCombo p-value
#'
#' Computes p-values for the MaxCombo test based on output from [fh_weight()].
#' Computes p-values for the MaxCombo test based on output from `fh_weight()`.
#' This is still in an experimental stage and is intended for use with
#' the [sim_fixed_n()] trial simulation routine.
#' However, it can also be used to analyze clinical trial data such as
#' that provided in the ADaM ADTTE format.
#'
#' @param z A dataset output from [fh_weight()]; see examples.
#' @param z A dataset output from `fh_weight()`; see examples.
#' @param algorithm This is passed directly to the `algorithm` argument
#' in [mvtnorm::pmvnorm()].
#'
Expand Down