Learn R Programming

DynTxRegime (version 3.01)

TxInfoBasic-class: Class

Description

Stores basic treatment information for a single decision point.

Arguments

Objects from the Class

A virtual Class: No object may be created from it.

Slots

superSet:
An object of class "ANY." A vector of all treatment options.

txName:
An object of class "character." The treatment variable name.

Extends

Class "SingleDecisionPoint-class", directly.

Methods

.getSuperSet
signature(object = "TxInfoBasic"): Retrieve super set of treatment options. Method is not exported.

.getTxName
signature(object = "TxInfoBasic"): Retrieve treatment variable name. Method is not exported.

.validTx
signature(object = "TxInfoBasic", txVec = "ANY"): Ensure that all elements of txVec are present in the superset of treatment options. Method is not exported.

.newOutcomeRegression
signature(moMain = "modelObj", moCont = "modelObj", txInfo = "TxInfoBasic",...): Perform outcome regression using either iterative or simple algorithm when both main effecta and contrast components are given and subsets are not identified for modeling. Method is not exported.

.newOutcomeRegression
signature(moMain = "modelObj", moCont = "NULL", txInfo = "TxInfoBasic", ...): Perform outcome regression using simple algorithm when only main effects component is given and subsets are not identified for modeling. Method is not exported.

.newOutcomeRegression
signature(moMain = "NULL", moCont = "modelObj", txInfo = "TxInfoBasic", ...): Perform outcome regression using simple algorithm when only contrasts component is given and subsets are not identified for modeling. Method is not exported.

Examples

Run this code
showClass("TxInfoBasic")

Run the code above in your browser using DataLab