.newOptim {DynTxRegime}R Documentation

Complete an Optimization Step

Description

Dispatches appropriate methods to optimize an object function.

Usage

.newOptim(kernel, ...)

## S4 method for signature 'LinearKernel'
.newOptim(kernel, lambda, methodObject, suppress, ...)

## S4 method for signature 'Kernel'
.newOptim(kernel, lambda, methodObject, suppress, ...)

[Package DynTxRegime version 4.16 Index]