Learn R Programming

intsurv (version 0.2.2)

summary,iCoxph-method: Summary of a Fitted Model

Description

For iCoxph object, the function returns a summary.iCoxph object whose slots include

  • call: Function call of model fitting.

  • coefMat: Estimated covariate coefficients.

  • logL: Log-likelihood under observed data.

Usage

# S4 method for iCoxph
summary(object, showCall = TRUE, ...)

Arguments

object

iCoxph-class object.

showCall

A logic value with default TRUE, indicating whether show method prints out the original call information of iCoxph. Set FALSE for a more concise printout.

...

Other arguments for future usage.

Value

summary.iCoxph class object.

See Also

iCoxph for model fitting; coef,iCoxph-method for coefficient estimates.

Examples

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

Run the code above in your browser using DataLab