multicoxb {SurvHiDim}R Documentation

High dimensional multivariate cox proportional hazard data analysis

Description

Given the dimensions of the variables and survival informations. The function performs multivariate Cox PH by taking 5 variables at a time.

Usage

multicoxb(
  C1 = NULL,
  C2 = NULL,
  C3 = NULL,
  C4 = NULL,
  C5 = NULL,
  OS,
  event,
  data
)

Arguments

C1

Covar1

C2

Covar2

C3

Covar3

C4

Covar4

C5

Covar5

OS

"Column/Variable name" consisting duration of survival.

event

"Column/Variable name" consisting survival event.

data

High dimensional data containing survival observations and covariates.

Value

Data set containing the survival estimates and Pvalue.

Examples

##
multicoxb(C1="GJB1",C2=NULL,C3="HPN",C4=NULL,C5=NULL,OS="os",event="death",data=hnscc)

[Package SurvHiDim version 0.1.1 Index]