HighProbability-internal {HighProbability} | R Documentation |
Indicates whether to reject null hypotheses based on p-values and significance levels.
reject.null(.alpha, .pval)
.alpha |
Vector of significance levels. |
.pval |
Vector of p-values. |
None.
Return value is a matrix (.pval by rows and .alpha by columns), simplified to a vector if length(.alpha) == 1.
This function is global for compatibility with S-PLUS.
David R. Bickel (bickel@prueba.info, davidbickel.com)
None.
This function is used by alternative.probable
and alternative.beneficial
.