TestingSet: Testing set for an elementary hypothesis

Description Usage Arguments Value Examples

View source: R/TestingSet.R

Description

Testing set for an elementary hypothesis

Usage

1
TestingSet(ctp.struc, Hyp)

Arguments

ctp.struc

Object of class ctp.str.

Hyp

Elementary hypothesis (character variable).

Value

The testing set for the elementary hypothesis (character vector).

Examples

1
2
3
4
5
	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
   

CTP documentation built on April 27, 2021, 5:07 p.m.