Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Regime-methods

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

Methods for Estimating Optimal Dynamic Treatment Regimes

v4.10
GPL-2
Authors
S. T. Holloway, E. B. Laber, K. A. Linn, B. Zhang, M. Davidian, and A. A. Tsiatis
Initial release
2022-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.