Provides a summary of the fitted model, including estimated coefficients, standard errors,
significance levels, and other relevant statistics.
Usage
# S3 method for truncmodel
summary(object, ...)
Value
Prints a summary table of coefficients, standard errors, z-values, p-values,
significance codes, and log-likelihood.
Arguments
object
A model object of class `"truncmodel"` (for truncated models).
...
Additional arguments (currently unused).
Details
This function generates a detailed summary of the fitted model, including:
- Estimated coefficients for the rate component (beta).
- Standard errors.
- z-statistics, associated p-values, and corresponding significance codes.
- Log-likelihood of the fitted model.