powered by
Given the dimension of variables and survival information the function performs uni-variate Cox PH.
survdesc(m, n, survdur, event, aic = TRUE, 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"
By default aic = FALSE, if aic = TRUE the function returns
High dimensional data containing the survival, progression and genomic observations.
A data set containing estimates for variables present in column m to n.
# NOT RUN { ## data(hnscc) survdesc(m=10,n=50,survdur="os",event="death",aic=TRUE,data=hnscc) ## # }
Run the code above in your browser using DataLab