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 class 'iCoxph'
summary(object, showCall = TRUE, ...)Arguments
- object
iCoxph-classobject.- showCall
A logic value with default
TRUE, indicating whethershowmethod prints out the original call information ofiCoxph. SetFALSEfor a more concise printout.- ...
Other arguments for future usage.
See also
iCoxph for model fitting;
coef,iCoxph-method for coefficient estimates.