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