Learn R Programming

DynTxRegime (version 4.15)

TxInfoWithSubsets-methods: Methods Available for Objects of Class TxInfoWithSubsets

Description

Methods Available for Objects of Class TxInfoWithSubsets

.getPtsSubset(object) retrieves subset name to which each pt is a member. Method dispatched depends on class of @txInfo.

.getSingleton(object) retrieves T/F indicating if >1 tx is available to each pt. Method dispatched depends on class of @txInfo.

.getSubsetRule(object) retrieves feasible tx function. Method dispatched depends on class of @txInfo.

.getSubsets(object) retrieves feasible tx information. Method dispatched depends on class of @txInfo.

Usage

# S4 method for TxInfoWithSubsets
.getPtsSubset(object)

# S4 method for TxInfoWithSubsets .getSingleton(object)

# S4 method for TxInfoWithSubsets .getSubsetRule(object)

# S4 method for TxInfoWithSubsets .getSubsets(object)

Arguments