multicoxb: High dimensional multivariate cox proportional hazard data...

Description Usage Arguments Value Examples

View source: R/multicoxb.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

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

SurvHiDim documentation built on June 26, 2021, 5:06 p.m.