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.
## S4 method for signature '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.
Returns
summary.iCoxph class object.
Examples
## See examples of function iCoxph
See Also
iCoxph for model fitting; coef,iCoxph-method for coefficient estimates.