Learn R Programming

DynTxRegime (version 3.2)

OptimBasic-class: Class "OptimBasic"

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
# NOT RUN {
showClass("OptimBasic")
# }

Run the code above in your browser using DataLab