Learn R Programming

DynTxRegime (version 3.01)

OptimBasic-class: Class

Description

Basic optimization object for weighted learning methods.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

threshold:
Object of class "numeric." The estimated threshold

alpha:
Object of class "numeric." Parameter estimates.

lambda:
Object of class "numeric." The tuning parameter used.

optim:
Object of class "ANY." The object returned by optimization method

Methods

optimObj
signature(object = "OptimBasic"): The object returned by optimization routine.

print
signature(x = "OptimBasic"): Print key results of optimization.

regimeCoef
signature(object = "OptimBasic"): Retrieve parameter estimates.

show
signature(object = "OptimBasic"): Show key results of optimization.

summary
signature(object = "OptimBasic"): Return summary information about optimization.

Examples

Run this code
showClass("OptimBasic")

Run the code above in your browser using DataLab