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

OptimalObj-methods

Methods Available for Objects of Class OptimalObj


Description

Methods Available for Objects of Class OptimalObj

estimator(x) retrieves the estimated value obtained by a statistical method. Method called determined by class of @optimal.

optTx(x) returns the estimated decision function and/or optimal tx Method called determined by class of @optimal.

optTx(x, newdata) returns an error

print(x) Prints summary information regarding recommended tx and the estimated value. Method called determined by class of @optimal.

show(object) Displays summary information regarding recommended tx and the estimated value. Method called determined by class of @optimal.

summary(object) Returns a summary of estimated decision functions and/or optimal tx. Method called determined by class of @optimal.

Usage

## S4 method for signature 'OptimalObj'
estimator(x)

## S4 method for signature 'OptimalObj,missing'
optTx(x, newdata, ...)

## S4 method for signature 'OptimalObj,data.frame'
optTx(x, newdata, ...)

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

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

## S4 method for signature 'OptimalObj'
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.