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

Regime-methodsR Documentation

Methods Available for Objects of Class Regime

Description

Methods Available for Objects of Class Regime

.getNumPars retrieves the number of parameters in the regime to be estimated.

.getParNames retrieves the parameter names in the regime.

.getPars retrieves current estimates for regime parameters.

.getRegimeFunction retrieves the user specified function definition of the regime.

.predictOptimalTx executes user specified function using current estimated parameters and provided data to determine recommended tx.

print prints the current estimates for the regime parameters.

regimeCoef retrieves the current estimates for the regime parameters

.setPars sets the parameter estimates to the provided values.

show displays the current estimates for the regime parameters.

summary retrieves the current estimates for the regime parameters

Usage

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

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

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

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

## S4 method for signature 'Regime,data.frame'
.predictOptimalTx(x, newdata, ...)

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

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

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

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

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

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