GetH1AtLeast {qch}R Documentation

Specify the configurations corresponding to the composite H1H_1 test "AtLeast".

Description

Specify which configurations among Hconfig correspond to the composite alternative hypothesis : {at least "AtLeast" H1H_1 hypotheses are of interest }

Usage

GetH1AtLeast(Hconfig, AtLeast, Consecutive = FALSE, SameSign = FALSE)

Arguments

Hconfig

A list of all possible combination of H0H_0 and H1H_1 hypotheses generated by the GetHconfig() function.

AtLeast

How many H1H_1 hypotheses at least for the item to be of interest ? (an integer or a vector).

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 'AtLeast' specification.

See Also

GetH1Equal()

Examples

GetH1AtLeast(GetHconfig(4),2)


[Package qch version 2.0.0 Index]