TestingSet.Rd
Testing set for an elementary hypothesis
TestingSet(ctp.struc, Hyp)
ctp.struc | Object of class |
---|---|
Hyp | Elementary hypothesis (character variable). |
The testing set for the elementary hypothesis (character vector).
Pairwise <- IntersectHypotheses(list(c(1,2), c(1,3), c(1,4), c(2,3), c(2,4), c(3,4))) Set24 <- TestingSet(Pairwise,"[24]") Set24#> [1] "[24]" "[124]" "[13][24]" "[234]" "[1234]"