Learn R Programming

qch (version 2.1.2)

GetH1AtLeast: Specify the configurations corresponding to the composite \(H_1\) test "AtLeast".

Description

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

Usage

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

Value

A vector 'Hconfig.H1' of components of Hconfig that correspond to the 'AtLeast' specification.

Arguments

Hconfig

A list of all possible combination of \(H_0\) and \(H_1\) hypotheses generated by the GetHconfig() function.

AtLeast

How many \(H_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).

See Also

GetH1Equal()

Examples

Run this code
GetH1AtLeast(GetHconfig(4), 2)

Run the code above in your browser using DataLab