setBeta.RegFitObj {survivalsvm}R Documentation

RegFitObj

Description

Default mutator of the field Beta of the object taken in an argument.

Usage

## S3 method for class 'RegFitObj'
setBeta(rfo, beta)

Arguments

rfo

[RegFitObj(1)]
object of class RegFitObj taken in the argument.

beta

[vector(1)]
solutions of quadratic optimization problem.

Value

[RegFitObj(1)] modified version of the object taken in the argument.


[Package survivalsvm version 0.0.6 Index]