summary,iCoxph-method {intsurv} | R Documentation |
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 signature 'iCoxph'
summary(object, showCall = TRUE, ...)
Arguments
object |
|
showCall |
A logic value with default |
... |
Other arguments for future usage. |
Value
summary.iCoxph
class object.
See Also
iCoxph
for model fitting;
coef,iCoxph-method
for coefficient estimates.
Examples
## See examples of function iCoxph
[Package intsurv version 0.2.2 Index]