HighProbability-internal {HighProbability}R Documentation

For programmers only. (Not to be called by the user.)

Description

Indicates whether to reject null hypotheses based on p-values and significance levels.

Usage

reject.null(.alpha, .pval)

Arguments

.alpha Vector of significance levels.
.pval Vector of p-values.

Details

None.

Value

Return value is a matrix (.pval by rows and .alpha by columns), simplified to a vector if length(.alpha) == 1.

Note

This function is global for compatibility with S-PLUS.

Author(s)

David R. Bickel (bickel@prueba.info, davidbickel.com)

References

None.

See Also

This function is used by alternative.probable and alternative.beneficial.


[Package HighProbability version 1.0-2 Index]