TestingSet: Testing set for an elementary hypothesis

View source: R/TestingSet.R

TestingSetR Documentation

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


	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
   

openpharma/CTP documentation built on Sept. 29, 2022, 1:58 p.m.