newOptimalClass: Estimate the Optimal Treatment and Value Using Classification

.newOptimalClassR 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,
  ...
)

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