.newOptimalClass {DynTxRegime} | R Documentation |
Estimate the Optimal Treatment and Value Using Classification
Description
Method dispatches the appropriate function to obtain estimates for the optimal treatment and value using classification.
Usage
.newOptimalClass(response, ...)
## S4 method for signature 'vector'
.newOptimalClass(
moPropen,
moMain,
moCont,
moClass,
data,
response,
txName,
iter,
fSet,
suppress,
...
)
## S4 method for signature 'OptimalClass'
.newOptimalClass(
moPropen,
moMain,
moCont,
moClass,
data,
response,
txName,
iter,
fSet,
suppress,
...
)
[Package DynTxRegime version 4.16 Index]