Prints a summary of an aftsem model fit x.
# S3 method for aftsem
print(x, ...)The function is called for its side effect, which is printing the summary to the console. It invisibly returns NULL.
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.
aftsem_fit for model fitting.