| coef.cox_cure_net | R Documentation |
Extract the covariate coefficient estimates from a solution path of regularized Cox cure rate model.
## S3 method for class 'cox_cure_net'
coef(object, selection = c("bic1", "bic2", "all"), ...)
## S3 method for class 'cox_cure_net_uncer'
coef(object, selection = c("bic1", "bic2", "all"), ...)
object |
Object representing a fitted solution path. |
selection |
A character string for specifying the criterion for
selection of coefficient estimates. The available options are
|
... |
Other arguments for future usage. |
A list that consists of the following named elements:
surv: the selected coefficient estimates of survival model
part.
cure: the selected coefficient estimates of cure rate model
part.
## see examples of function `cox_cure_net`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.