TxInfoBasic-methods {DynTxRegime} | R Documentation |
Methods Available for Objects of Class TxInfoBasic
Description
Methods Available for Objects of Class TxInfoBasic
.compareTx(object, vec1, vec2)
not allowed
.convertFromBinary(txObj, txVec)
converts a -1/1 Tx to user provided tx coding
.convertToBinary(txObj, data)
converts user specified tx variable to binary -1/1
.convertTx(object, txVec)
not allowed
.getLevels(object, txVec)
not allowed
.getSuperset(object)
retrieves superset information
.getTxName(object)
retrieve tx variable name
.validTx(object, txVec)
ensures all elements in txVec are allowed by superset
Usage
## S4 method for signature 'TxInfoBasic,ANY,ANY'
.compareTx(object, vec1, vec2)
## S4 method for signature 'TxInfoBasic'
.convertFromBinary(txObj, txVec, ...)
## S4 method for signature 'TxInfoBasic'
.convertToBinary(txObj, ..., txVec)
## S4 method for signature 'TxInfoBasic'
.convertTx(object, txVec)
## S4 method for signature 'TxInfoBasic,ANY'
.getLevels(object, txVec)
## S4 method for signature 'TxInfoBasic'
.getSuperset(object)
## S4 method for signature 'TxInfoBasic'
.getTxName(object)
## S4 method for signature 'TxInfoBasic'
.validTx(object, txVec)
[Package DynTxRegime version 4.15 Index]