GetHconfig {qch}R Documentation

Generate the H0H_0/H1H_1 configurations.

Description

Generate all possible combination of simple hypotheses H0H_0/H1H_1.

Usage

GetHconfig(Q, Signed = FALSE)

Arguments

Q

The number of test series to be combined.

Signed

Should the sign of the effect be taken into account? (optional, default is FALSE).

Value

A list 'Hconfig' of all possible combination of H0H_0 and H1H_1 hypotheses among QQ hypotheses tested.

Examples

GetHconfig(4)


[Package qch version 2.0.0 Index]