GetH1Equal {qch} | R Documentation |
Specify the configurations corresponding to the composite H_1
test "Equal".
Description
Specify which configurations among Hconfig
correspond
to the composite alternative hypothesis :{Exaltly "Equal
" H_1
hypotheses are of interest }
Usage
GetH1Equal(Hconfig, Equal, Consecutive = FALSE, SameSign = FALSE)
Arguments
Hconfig |
A list of all possible combination of H0 and H1 hypotheses generated by the |
Equal |
What is the exact number of |
Consecutive |
Should the significant test series be consecutive ? (optional, default is FALSE). |
SameSign |
Should the significant test series have the same sign ? (optional, default is FALSE). |
Value
A vector 'Hconfig.H1
' of components of Hconfig
that correspond to the 'Equal
' specification.
See Also
Examples
GetH1Equal(GetHconfig(4),2)
[Package qch version 2.0.0 Index]