OutcomeSimpleFit_fSet-methods {DynTxRegime}R Documentation

Methods Available for Objects of Class OutcomeSimpleFit_fSet

Description

Methods call equivalently named methods defined for TypedFit_fSet

.predictAll(object, newdata) predicts outcome for all tx options. Returns a list containing 'optimalTx' the tx yielding the largest predicted outcome and 'decisionFunc' the matrix of outcomes predicted for all tx. Predicted outcomes for tx not available to a pt are NA.

.predictMu(object, newdata) predicts outcome for all tx options. Returns the matrix of outcomes predicted for all tx. Predicted outcomes for tx not available to a pt are NA.

Usage

## S4 method for signature 'OutcomeSimpleFit_fSet'
outcome(object, ...)

## S4 method for signature 'OutcomeSimpleFit_fSet,data.frame'
.predictAll(object, newdata, ...)

## S4 method for signature 'OutcomeSimpleFit_fSet,data.frame'
.predictMu(object, data, ...)

[Package DynTxRegime version 4.15 Index]