Learn R Programming

DynTxRegime (version 3.2)

OWLOptim-class: Class "OWLOptim"

Description

Optimization object for Outcome Weighted Learning.

Arguments

Objects from the Class

Objects can be created by calls of the form new("OWLOptim", ...). These objects are for convenience in package development and should not be created by users.

Extends

Class "OptimKernel-class" directly. Class "OptimBasic-class" by "OptimKernel-class", distance 2.

Methods

optimObj

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

summary

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

Examples

Run this code
# NOT RUN {
showClass("OWLOptim")
# }

Run the code above in your browser using DataLab