coef.cox_cure_net {intsurv} | R Documentation |
Estimated Covariate Coefficients
Description
Extract the covariate coefficient estimates from a solution path of regularized Cox cure rate model.
Usage
## 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"), ...)
Arguments
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. |
Value
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.
Examples
## see examples of function `cox_cure_net`