MethodObject-methods: Methods Available for Objects of Class 'MethodObject'

MethodObject-methodsR Documentation

Methods Available for Objects of Class MethodObject

Description

Methods Available for Objects of Class MethodObject

Create method object

Usage

## S4 method for signature 'MethodObject'
.subsetObject(methodObject, subset)

## S4 method for signature 'numeric,MethodObject,Kernel'
.objFn(par, methodObject, kernel, lambda, ...)

## S4 method for signature 'numeric,MethodObject,Kernel'
.dobjFn(par, methodObject, kernel, lambda, ...)

## S4 method for signature 'MethodObject'
.valueFunc(methodObject, optTx, ...)

.createMethodObject(kernel, surrogate, guess = NULL, ...)

Arguments

kernel

Kernel object

surrogate

Surrogate object indicating surrogate loss-function

guess

Vector of estimated regime parameters

Value

A MethodObject object


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