Learn R Programming

intsurv (version 0.2.2)

coef,iCoxph-method: Estimated Covariates Coefficients

Description

coef,iCoxph-method is an S4 class method that extracts covariate coefficient estimates from iCoxph-class object from function iCoxph.

Usage

# S4 method for iCoxph
coef(object, ...)

Arguments

object

iCoxph-class object.

...

Other arguments for future usage.

Value

A named numeric vector.

See Also

iCoxph for fitting integrative Cox model; summary,iCoxph-method for summary of a fitted model.

Examples

Run this code
# NOT RUN {
## See examples of function iCoxph.
# }

Run the code above in your browser using DataLab