GetHinfo {qch}R Documentation

Generate H0/H1 configurations and specify the ones corresponding to the composed H1

Description

Generate H0/H1 configurations and specify the ones corresponding to the composed H1

Usage

GetHinfo(Q, AtLeast, Consecutive = FALSE)

Arguments

Q

number of test series to be combined

AtLeast

How many H1 hypotheses at least for the item to be of interest ?

Consecutive

Should the significant test series be consecutive ? Default=FALSE

Value

A list of two objects 'Hconfig' and 'Hconfig.H1'. Hconfig is the list of all possible combination of H0 and H1 hypotheses among Q hypotheses tested. Hconfig.H1 is the vector of components of Hconfig that correspond to the 'AtLeast' specification.

See Also

GetHinfoEqual()

Examples

GetHinfo(4,2)


[Package qch version 1.0.0 Index]