powered by
Given the dimensions of the variables and survival informations. The function performs multivariate Cox PH by taking 5 variables at a time.
multicoxb( C1 = NULL, C2 = NULL, C3 = NULL, C4 = NULL, C5 = NULL, OS, 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 { ## multicoxb(C1="GJB1",C2=NULL,C3="HPN",C4=NULL,C5=NULL,OS="os",event="death",data=hnscc) # }
Run the code above in your browser using DataLab