powered by
Given the dimensions of the variables and survival informations. The function performs multivariate Cox PH by taking 5 variables at a time.
coxmulti( C1 = NULL, C2 = NULL, C3 = NULL, C4 = NULL, C5 = NULL, survdur, event, data )
Covar1
Covar2
Covar3
Covar4
Covar5
"Column/Variable name" consisting duration of survival.
"Column/Variable name" consisting survival event.
High dimensional data containing survival observations and covariates.
Data set containing the survival estimates and Pvalue.
# NOT RUN { ## coxmulti(C1="PGC",C2="C7",C3="HPN",C4="DDC",C5=NULL,survdur="os",event="death",data=hnscc2) # }
Run the code above in your browser using DataLab