Tests a user-specified subset in a CTP, using a user-supplied local test
TestSet_C(
LocalTest,
pSub,
pRest,
alpha,
is_subset_sequence,
EarlyStop,
verbose
)
A function that returns a double in (0, 1).
A vector with the p-values of the set to be tested.
A vector containing the remaining p-values.
Double indicating the significance level.
Logical indicating whether the supplied subset of p_values corresponds to the pSub.size() smallest overall p-values.
Logical indicating whether to exit as soon as a non-significant p-value is found.
Logical indicating whether to print progress.