Learn R Programming

survivalsvm (version 0.0.6)

setBeta.RegFitObj: RegFitObj

Description

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

Usage

# S3 method for RegFitObj
setBeta(rfo, beta)

Value

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

Arguments

rfo

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

beta

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