.apply_crit_to_condition_pairs | R Documentation |
Returns smallest value from .apply_crit for all condition pairs.
.apply_crit_to_condition_pairs(covariates, crit, condition, thresh)
covariates |
A columnwise matrix containing covariates to match the conditions on. |
crit |
The criterion function to use, such as |
condition |
A factor vector containing condition labels. |
thresh |
The return value of halting_test has to be greater than or equal to thresh for the matched groups. |
The ratio of the p-value and the threshold, or 0 if the p-value is less than the threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.