Learn R Programming

qch (version 2.1.2)

GetH1Equal: Specify the configurations corresponding to the composite \(H_1\) test "Equal".

Description

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

Usage

GetH1Equal(Hconfig, Equal, Consecutive = FALSE, SameSign = FALSE)

Value

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

Arguments

Hconfig

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

Equal

What is the exact number of \(H_1\) hypotheses 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

GetH1AtLeast()

Examples

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

Run the code above in your browser using DataLab