TxObj-methods {DynTxRegime}R Documentation

Methods Available for Objects of Class TxObj

Description

Methods dispatched depend on class of @txInfo.

Usage

## S4 method for signature 'TxObj,ANY,ANY'
.compareTx(object, vec1, vec2)

## S4 method for signature 'TxObj'
.convertFromBinary(txObj, ...)

## S4 method for signature 'TxObj'
.convertToBinary(txObj, ...)

## S4 method for signature 'TxObj'
.convertTx(object, txVec)

## S4 method for signature 'TxObj,ANY'
.getLevels(object, txVec)

## S4 method for signature 'TxObj'
.getSuperset(object)

## S4 method for signature 'TxObj'
.getTxName(object)

## S4 method for signature 'TxObj'
.validTx(object, txVec)

[Package DynTxRegime version 4.15 Index]