Learn R Programming

DynTxRegime (version 4.15)

optimObj: 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.