RegimeObj-methods: Methods Available for Objects of Class 'RegimeObj'

RegimeObj-methodsR Documentation

Methods Available for Objects of Class RegimeObj

Description

Methods dispatch equivalantly named functions defined for Regime or DecisionPointList objects. Method dispatched dictated by object stored in @regime.

Usage

## S4 method for signature 'RegimeObj'
.getNumPars(object)

## S4 method for signature 'RegimeObj'
.getParNames(object)

## S4 method for signature 'RegimeObj'
.getPars(object)

## S4 method for signature 'RegimeObj'
.getRegimeFunction(object)

## S4 method for signature 'RegimeObj,data.frame'
.predictOptimalTx(x, newdata, dp = 1L, ...)

## S4 method for signature 'RegimeObj'
print(x, ...)

## S4 method for signature 'RegimeObj'
regimeCoef(object, ...)

## S4 method for signature 'RegimeObj,numeric'
.setPars(object, pars)

## S4 method for signature 'RegimeObj'
show(object)

## S4 method for signature 'RegimeObj'
summary(object, ...)

DynTxRegime documentation built on Nov. 25, 2023, 1:09 a.m.