GetHinfoEqual {qch} | R Documentation |
Generate H0/H1 configurations and specify the ones corresponding to the composed H1
GetHinfoEqual(Q, Equal, Consecutive = FALSE)
Q |
number of test series to be combined |
Equal |
How many H1 hypotheses exactly for the item to be of interest ? |
Consecutive |
Should the significant test series be consecutive ? Default=FALSE |
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 'Equal' specification.
GetHinfoEqual(4,2)