powered by
Given the dimension of variables and survival information the function performs univariate Cox PH.
hidimcox(m, n, survdur, event, sig, data)
Starting column number form where study variables of high dimensional data will get selected.
Ending column number till where study variables of high dimensional data will get selected.
Column name of survival duration event, a string value. i.e. "os"
Column name of survival event, a string value. i.e "death"
Level of significance pre-determined by the user
High dimensional data containing the survival, progression and genomic observations.
Data set containing the list of selected variables with HR, LCL,UCL and Pvalues through survival analysis.
# NOT RUN { ## data(hnscc2) hidimcox(m=8,n=50,survdur="os",event="death",sig=0.05,data=hnscc2) ## # }
Run the code above in your browser using DataLab