optimObj: Extract Optimization Results

optimObjR Documentation

Extract Optimization Results

Description

Retrieves the value object returned by the optimization method for weighted learning methods.

Usage

optimObj(object, ...)

## S4 method for signature 'OWL'
optimObj(object, ...)

## S4 method for signature 'RWL'
optimObj(object, ...)

## S4 method for signature 'BOWL'
optimObj(object, ...)

## S4 method for signature 'EARL'
optimObj(object, ...)

Arguments

object

A value object returned by a statistical method of DynTxRegime that uses optimization to estimate regime parameters.

...

Ignored.


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