GetHconfig {qch} | R Documentation |
Generate the H_0
/H_1
configurations.
Description
Generate all possible combination of simple hypotheses H_0
/H_1
.
Usage
GetHconfig(Q, Signed = FALSE)
Arguments
Q |
The number of test series to be combined. |
Signed |
Should the sign of the effect be taken into account? (optional, default is |
Value
A list 'Hconfig
' of all possible combination of H_0
and H_1
hypotheses among Q
hypotheses tested.
Examples
GetHconfig(4)
[Package qch version 2.0.0 Index]