powered by
Given the dimensions of the variables and survival informations. The function performs multivariate Cox PH by taking 5 variables at a time.
multicoxa(m, n, OS, event, data)
Starting number of column from where multivariate variables will get selected.
Ending number of column till where multivariate variables will get selected.
"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 { ## multicoxa(m=15,n=18,OS="os",event="death",data=hnscc) # }
Run the code above in your browser using DataLab