Description Usage Arguments Details Value Author(s) References See Also Examples
The AFT model is solved by quadratic programming.
1 | aft.qp(X, Y, delta)
|
X |
the covariate matrix of size n by p. |
Y |
survival time. |
delta |
status. |
The AFT model is solved using weighted least squares with ridge penalty and censoring constraints (Khan and Shaw, 2013b). The optimization is based on quadratic programming that facilitates incorporating additional censoring constraints into the model. The ridge penalty used here is 0.01 sqrt(2log(p))
Only gives the parameter estimates as below
beta0 |
the intercept of the AFT model |
beta |
the coefficients of the covariates |
Hasinur Rahaman Khan and Ewart Shaw
Khan and Shaw. (2013a). On Dealing with Censored Largest Observations under Weighted Least Squares. CRiSM working paper, Department of Statistics, University of Warwick, UK, No. 13-07. Also available in http://arxiv.org/abs/1312.2533.
Khan and Shaw (2013b). Variable Selection with The Modified Buckley-James Method and The Dantzig Selector for High-dimensional Survival Data. Proceedings 59th ISI World Statistics Congress, 25-30 August 2013, Hong Kong, p. 4239-4244.
imputeYn
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.