Learn R Programming

VNM (version 7.1)

SW: Class to contain the results from function S. Weight.

Description

The function S.Weight returns an object of class SW that contains the optimal weights and the first and second derivatives of the criterion.

Arguments

Objects from the Class

new("SW",Opt.W=new("matrix"),First.C=new("vector"),Second.C=new("vector"))

Slots

Opt.W:

A numeric matrix showing the optimal weights.

First.C:

A numeric vector showing the first derivative of the criterion.

Second.C:

A numeric vector showing the second derivative of the criterion.

Methods

summary

signature(object = "SW"): ...

Examples

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

Run the code above in your browser using DataLab