coxmulti: Multivariate cox proportional hazard data analysis

Description Usage Arguments Value Examples

View source: R/coxmulti.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
coxmulti(
  C1 = NULL,
  C2 = NULL,
  C3 = NULL,
  C4 = NULL,
  C5 = NULL,
  survdur,
  event,
  data
)

Arguments

C1

Covar1

C2

Covar2

C3

Covar3

C4

Covar4

C5

Covar5

survdur

"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
##
coxmulti(C1="PGC",C2="C7",C3="HPN",C4="DDC",C5=NULL,survdur="os",event="death",data=hnscc2)

autohd documentation built on May 10, 2021, 9:10 a.m.

Related to coxmulti in autohd...