Learn R Programming

qch (version 2.1.0)

GetHconfig: Generate the \(H_0\)/\(H_1\) configurations.

Description

Generate all possible combination of simple hypotheses \(H_0\)/\(H_1\).

Usage

GetHconfig(Q, Signed = FALSE)

Value

A list 'Hconfig' of all possible combination of \(H_0\) and \(H_1\) hypotheses among \(Q\) hypotheses tested.

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).

Examples

Run this code
GetHconfig(4)

Run the code above in your browser using DataLab