Learn R Programming

CTP (version 3.0.1)

TestingSet: Testing set for an elementary hypothesis

Description

Testing set for an elementary hypothesis

Usage

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

Run this code
# NOT RUN {
	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
   
# }

Run the code above in your browser using DataLab