print.aftsem {aftsem} | R Documentation |
Prints a summary of an aftsem model fit x.
## S3 method for class 'aftsem'
print(x, ...)
x |
An x of class "aftsem", typically the result of a call to 'aftsem_fit'. |
... |
Further arguments passed to or from other methods. |
The 'print.aftsem' method provides a user-friendly summary of the model fit, including the method used for parameter estimation, convergence status, estimated parameters, number of iterations, and the percentage of censored observations.
The function is called for its side effect, which is printing the summary to the console. It invisibly returns NULL.
aftsem_fit
for model fitting.