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

OptimalInfo-methods

Methods Available for Objects of Class OptimalInfo


Description

Methods Available for Objects of Class OptimalInfo

estimator(x) defines the estimated value to be the mean of the vector stored in @estimatedValue

optTx(x) returns the contents of @optimalTx and @decisionFunc as a list

optTx(x, newdata) returns an error

print(x) Prints a summary table of the recommended tx for the training data and the estimated value

show(object) Displays a summary table of the recommended tx for the training data and the estimated value

summary(object) Returns a list containing a summary table of the recommended tx for the training data and the estimated value

Usage

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

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

## S4 method for signature 'OptimalInfo,ANY'
optTx(x, newdata, ...)

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

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

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