summary.aftsem {aftsem} | R Documentation |
Summary function for aftsem package
Description
Provides a summary of an aftsem model fit, including the model call, residuals, initial and final coefficient estimates, method, convergence status, number of iterations, number of observations, percent of censored observations, and if available, the estimated covariance matrix of the coefficients, standard deviations, z-values, and p-values for a Wald test.
Usage
## S3 method for class 'aftsem'
summary(object, ...)
Arguments
object |
An object of aftsemfit |
... |
Further arguments passed to or from other methods. |
Value
An object of class 'summaryaftsem' that contains summary information of the fitted aftsem model.
[Package aftsem version 1.0 Index]