perform | R Documentation |
Perform a two-stage procedure
perform(data, filt_test, base_pval, base_thrl, base_thrl_adj_method, ...)
data |
A tibble. Consists of raw observations, which may be manipulated to construct filtration and base test statistics. |
filt_test |
An expression, that its evaluation, with |
base_pval |
An expression, that its evaluation, with |
base_thrl |
An expression, that its evaluation, with |
base_thrl_adj_method |
A function of 1 argument. Used to adjust the thresholds of the base test, considering only unfiltered hypotheses. |
... |
|
data
, with additional columns:
filt_test
, base_pval
, base_thrl
: Evaluation
results of the corresponding parameter values.
base_thrl_adj
: Adjusted thresholds for the base test; the
result of base_thrl_adj_method
on the unfiltered thresholds in
base_thrl
.
final_result
: logical
, indicating for each hypothesis whether
both the filtration test and the base test of it are rejected (TRUE
) or
not (FALSE
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.