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, ...)
Value
summary.iCoxph class object.
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.
See Also
iCoxph for model fitting;
coef,iCoxph-method for coefficient estimates.