Learn R Programming

DynTxRegime (version 4.15)

TxInfoBasic-methods: 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 TxInfoBasic,ANY,ANY
.compareTx(object, vec1, vec2)

# S4 method for TxInfoBasic .convertFromBinary(txObj, txVec, ...)

# S4 method for TxInfoBasic .convertToBinary(txObj, ..., txVec)

# S4 method for TxInfoBasic .convertTx(object, txVec)

# S4 method for TxInfoBasic,ANY .getLevels(object, txVec)

# S4 method for TxInfoBasic .getSuperset(object)

# S4 method for TxInfoBasic .getTxName(object)

# S4 method for TxInfoBasic .validTx(object, txVec)

Arguments