Description Usage Arguments Details Value Author(s) References See Also Examples
Least Absolute Shrinkage and Selection Operator (LASSO) for High Dimensional Survival data.
1 | hidimLasso(m, n, OS, Death, data)
|
m |
Starting column number from where variables of high dimensional data will get selected. |
n |
Ending column number till where variables of high dimensional data will get selected. |
OS |
Column name of survival duration event, a string value. i.e. "os" |
Death |
Column name of survival event, a string value. i.e "death" |
data |
High dimensional data having survival duration, event and various covariates observations |
'HiDimLasso' allows a user to apply LASSO function on the High Dimensional data and reduce the study variables to handful number of co-variate which are observed impacting the survival outcomes.
Column of Overall Survival must be named as 'OS' and the column defining the event must be named as 'Event'.
By default it stores the outcome data in user's current directory.
A list of variables selected by LASSO as predictor variables.
Atanu Bhattacharjee and Akash Pawar
Bhattacharjee, A. (2020). Bayesian Approaches in Oncology Using R and OpenBUGS. CRC Press.
Congdon, P. (2014). Applied bayesian modelling (Vol. 595). John Wiley & Sons.
Banerjee, S., Vishwakarma, G. K., & Bhattacharjee, A. (2019). Classification Algorithm for High Dimensional Protein Markers in Time-course Data. arXiv preprint arXiv:1907.12853.
hidimSurvlas hidimSurvbonlas
1 2 3 4 | ##
data(hnscc)
hidimLasso(7,105,OS="os",Death="death",hnscc)
##
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.