coef.cox_cure_net {intsurv} | 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, naive_en = FALSE, selection = c("bic1", "bic2", "all"), ...)
## S3 method for class 'cox_cure_net_uncer'
coef(object, naive_en = FALSE, selection = c("bic1", "bic2", "all"), ...)
object |
Object representing a fitted solution path. |
naive_en |
A logical value specifying whether to return naive elastic
net estimates. If |
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`