Learn R Programming

intsurv (version 0.3.0)

coef.cox_cure_net: Estimated Covariate Coefficients

Description

Extract the covariate coefficient estimates from a solution path of regularized Cox cure rate model.

Usage

# S3 method for cox_cure_net
coef(object, selection = c("bic1", "bic2", "all"), ...)

# S3 method for cox_cure_net_uncer coef(object, selection = c("bic1", "bic2", "all"), ...)

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.

Arguments

object

Object representing a fitted solution path.

selection

A character string for specifying the criterion for selection of coefficient estimates. The available options are "bic1" for selecting coefficient estimates by regular BIC criterion based on the number of observations, "bic2" for a variant BIC criterion based on the effective sample size, and "all" for returning the whole solution path. See BIC.cox_cure_net for details of selection by BIC.

...

Other arguments for future usage.

Examples

Run this code
## see examples of function `cox_cure_net`

Run the code above in your browser using DataLab