Learn R Programming

survivalsvm (version 0.0.5)

RegFitObj: survivalsvm (regression approach)

Description

Constructs object of class RegFitObj.

Usage

RegFitObj(Beta = NULL, SV = NULL, Kernel = NULL, OptMeth = NULL,
  b0 = NULL)

Value

[RegFitObj(1)] object of class RegFitObj containing elements:

Arguments

Beta

[vector(1)]
solution of the quadratic optimization problem of interest

SV

[matrix(1)]
support vector machines.

Kernel

[Kernel(1)]
object of class Kernel.

OptMeth

[character(1)]
program used to solve the optimization problem.

b0

[numeric(1)]
the estimated offset.