coef.cox_cure_net: Estimated Covariate Coefficients

View source: R/coef.R

coef.cox_cure_netR 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, selection = c("bic1", "bic2", "all"), ...)

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

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.

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`


intsurv documentation built on Nov. 5, 2025, 5:46 p.m.